Programming STM32 USART using GCC tools: Part 2
In previous part of tutorial we have covered simple USART routines that sends data directly to USART peripheral. This is OK to
Read moreIn previous part of tutorial we have covered simple USART routines that sends data directly to USART peripheral. This is OK to
Read moreWhen we need some feedback from microcontroller usually we use USART. It allows to output messages, debug information to terminal
Read moreProbably one of the key features in any microcontroller is interrupt system. ARM Cortex-M3 microcontrollers may have up to 256
Read moreIn this tutorial we will set up a simple template for progamming ST32 -Discovery baord. For this we are going
Read moreStart up code is run just after microcontroller is reset and is executed before main program. As linker script, startup
Read moreHow to setting up a development environment for ARM Cortex-M3 microcontroller explained at this post. We decided that two equal
Read moreData Brief Discovery Board User Manual Getting started with software and firmware environments PMSM single/dual FOC SDK v3.2 3-phase Permanent
Read moreSTM32F4DISCOVERY STM32 – Discovery development board is a cheap development board to start with ARM microcontrollers provided by STMicroelectronics. In
Read moreBuilding an ARM toolchain To compile code for the STM32F4DISCOVERY you’ll need an ARM toolchain that supports the Cortex-M3. I
Read moreBased on the IO_Toggle example, a little sample program, that lights up random LED’s based on the STM32F4 true random
Read more