1 STMicroelectronics STM32 boards (``netduino2``, ``netduinoplus2``, ``stm32vldiscovery``)
2 ========================================================================================
4 The `STM32`_ chips are a family of 32-bit ARM-based microcontroller by
7 .. _STM32: https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html
9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are
12 - ``stm32vldiscovery`` STM32VLDISCOVERY board with STM32F100RBT6 microcontroller
14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are
17 - ``netduino2`` Netduino 2 board with STM32F205RFT6 microcontroller
19 The STM32F4 series is based on ARM Cortex-M4F core. This series is pin-to-pin
20 compatible with STM32F2 series. The following machines are based on this chip :
22 - ``netduinoplus2`` Netduino Plus 2 board with STM32F405RGT6 microcontroller
24 There are many other STM32 series that are currently not supported by QEMU.
29 * ARM Cortex-M3, Cortex M4F
30 * Analog to Digital Converter (ADC)
32 * Serial ports (USART)
34 * System configuration (SYSCFG)
35 * Timer controller (TIMER)
40 * Camera interface (DCMI)
41 * Controller Area Network (CAN)
42 * Cycle Redundancy Check (CRC) calculation unit
43 * Digital to Analog Converter (DAC)
46 * Flash Interface Unit
49 * Inter-Integrated Sound (I2S) controller
50 * Power supply configuration (PWR)
51 * Random Number Generator (RNG)
52 * Real-Time Clock (RTC) controller
53 * Reset and Clock Controller (RCC)
54 * Secure Digital Input/Output (SDIO) interface
56 * Watchdog controller (IWDG, WWDG)
61 The STM32 machines can be started using the ``-kernel`` option to load a
66 $ qemu-system-arm -M stm32vldiscovery -kernel firmware.bin