Colibri MCU3
Colibri MCU3 is a processor board for the Colibri carrier boards. It is an STM32F405RG to be used as the MCU for a Colibri system. Primarily intended for battery operated applications.
Programming
STM32CubeMX template file File:Mcu3.ioc for Colibri carrier boards.
Low Level
The standard SWDIO/SWCLK pins are available in the pin header together with USART2 for effective low level development environment.
C/C++
If Forth is not your cup of tea, the standard SWDIO/SWCLK pins are available on the M.2 connector, as well as BOOT0 + USART1 for effective development environment. We recommend the use of the STM32CubeMX to set up the MCU correctly, and then your favorite IDE for the edit-compile-flash-run cycle.
Zephyr
Zerphyr is an MCU-independent embedded OS, with a very modular approach to software, which fits quite well with the modular support of Streamline and Colibri products.
Read more about how Colibri Zephyr is intended (work in progress) to operate on the Colibri family.