This shows you the differences between two versions of the page.
iothings:proiecte:2018:qemu [2021/12/06 18:07] dan.tudose [Emulated Devices] |
iothings:proiecte:2018:qemu [2021/12/06 18:08] (current) dan.tudose [Qemu] |
||
---|---|---|---|
Line 8: | Line 8: | ||
=== Cortex M3 === | === Cortex M3 === | ||
== LM3S6965 (NRND) Stellaris LM3S Microcontroller == | == LM3S6965 (NRND) Stellaris LM3S Microcontroller == | ||
- | {{iothings:proiecte:lm3s6965.jpg}} | + | {{iothings:proiecte:lm3s6965.jpg?600}} |
Line 15: | Line 15: | ||
== STM32-P103 == | == STM32-P103 == | ||
- | {{iothings:proiecte:stm32-p103.jpg}} | + | {{iothings:proiecte:stm32-p103.jpg?600}} |
""STM32-P103 board is development board which allows you to explore thee features of the ARM Cortex M3 STM32F103RBT6 microcontroller produced by ST Microelectronics Inc. The board has SD/MMC card connector and allows USB Mass storage device demo to be evaluated. The RS232 driver and connector allows USB to Virtual COM port demo to be evaluated. The CAN port and driver allows CAN applications to be developed. The UEXT connector allows access to all other UEXT modules produced by OLIMEX (like MOD-MP3, MOD-NRF24LR, MOD-NOKIA6610, etc) to be connected easily. In the prototype area the customer can solder his own custom circuits and interface them to USB, CAN, RS232 etc."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-p103.pdf}} | ""STM32-P103 board is development board which allows you to explore thee features of the ARM Cortex M3 STM32F103RBT6 microcontroller produced by ST Microelectronics Inc. The board has SD/MMC card connector and allows USB Mass storage device demo to be evaluated. The RS232 driver and connector allows USB to Virtual COM port demo to be evaluated. The CAN port and driver allows CAN applications to be developed. The UEXT connector allows access to all other UEXT modules produced by OLIMEX (like MOD-MP3, MOD-NRF24LR, MOD-NOKIA6610, etc) to be connected easily. In the prototype area the customer can solder his own custom circuits and interface them to USB, CAN, RS232 etc."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-p103.pdf}} | ||
Line 26: | Line 26: | ||
""The STM32F4DISCOVERY Discovery kit allows users to easily develop applications with the STM32F407VG high performance microcontroller with the ARM ® Cortex ® -M4 32-bit core. It includes everything required either for beginners or for experienced users to get quickly started. Based on STM32F407VG, it includes an ST-LINK/V2 or ST-LINK/V2-A embedded debug tool, two ST-MEMS digital accelerometers, a digital microphone, one audio DAC with integrated class D speaker driver, LEDs, push buttons and a USB OTG micro-AB connector."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-f407.pdf}} | ""The STM32F4DISCOVERY Discovery kit allows users to easily develop applications with the STM32F407VG high performance microcontroller with the ARM ® Cortex ® -M4 32-bit core. It includes everything required either for beginners or for experienced users to get quickly started. Based on STM32F407VG, it includes an ST-LINK/V2 or ST-LINK/V2-A embedded debug tool, two ST-MEMS digital accelerometers, a digital microphone, one audio DAC with integrated class D speaker driver, LEDs, push buttons and a USB OTG micro-AB connector."" This info and more can be found in the datasheet at {{iothings:proiecte:stm32-f407.pdf}} | ||
==== Physical Devices ==== | ==== Physical Devices ==== | ||
- | {{proiecte:ubuntu-logo.png}} | + | {{iothings:proiecte:ubuntu-logo.png}} |
Line 34: | Line 34: | ||
==== Nuttx ==== | ==== Nuttx ==== | ||
- | {{proiecte:nuttx-logo.png}} | + | {{iothings:proiecte:nuttx-logo.png}} |
NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). | NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). | ||
Line 52: | Line 52: | ||
==== Qemu ==== | ==== Qemu ==== | ||
- | {{proiecte:qemu-logo.png}} | + | {{iothings:proiecte:qemu-logo.png}} |