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