Releases: djek-sweng/stm32-bare-metal
Releases · djek-sweng/stm32-bare-metal
Hello World on Nucleo-64.
Implementing "Hello World" project on evaluation board Nucleo-64 with STM32F446.
- Base timer TIM7 triggers green user LED on its period elapsed interrupt.
- UART2 on VCP is used to retarget the C library printf function. UART2 configuration is 115200/8/N/1.