Skip to content

Releases: djek-sweng/stm32-bare-metal

Hello World on Nucleo-64.

10 Aug 18:09
Compare
Choose a tag to compare

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.