Quantcast
Channel: ARM – Key to Smart
Browsing all 23 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

STM32 interrupts and programming with GCC

Probably one of the key features in any microcontroller is interrupt system. ARM Cortex-M3 microcontrollers may have up to 256 interrupts sources. First 15 interrupt sources are called system...

View Article


Image may be NSFW.
Clik here to view.

Programming STM32 USART using GCC tools: Part 1

When we need some feedback from microcontroller usually we use USART. It allows to output messages, debug information to terminal screen. Also data can be sent to MCU same way. For this purpose STM32...

View Article


Image may be NSFW.
Clik here to view.

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 use such approach when project isn’t time critical and processing...

View Article
Browsing all 23 articles
Browse latest View live