An open API service indexing awesome lists of open source software.

https://github.com/muffinking-jpeg/stm32-playground

This is my playground on embedded device.
https://github.com/muffinking-jpeg/stm32-playground

cli embedded nucleo nucleo-board stm32 stm32f3 stm32f303re

Last synced: 6 months ago
JSON representation

This is my playground on embedded device.

Awesome Lists containing this project

README

          

# STM32 cli

This is my attempt in making CLI on embedded device with UART.

**Without RTOS**.

Based on NUCLEO-F303RE. No HAL drivers are shipped. Generate them with CubeMX.

Linker file generated by CubeMX is broken. Use file with **"_PROD"** suffix.