Tag: stm32f407
Communicating with your device over UART
We already know how to compile, reflash and debug our firmware. Now, we can start making it useful and do real things! But how will we know what it is sensing and what actions it is performing? We need to be able to talk with it, and we both need […]
Setting up clocks and SysTick using HAL libraries
tutorial on configuring clocks and SysTick interrupt using HAL libraries from STM for STM32F407 microcontroller
Recent Comments