Using the I2C Bus
The physical I2C bus This is just two wires, called SCL and SDA. SCL is the clock line. It is…
The physical I2C bus This is just two wires, called SCL and SDA. SCL is the clock line. It is…
Arduino was built in Italy on open source hardware, a great inspiration for many products. Many companies and electronics products…
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…
GCC Development Environment As we mentioned before, we are going to stick with free software tools. So we are going…
Data Brief Discovery Board User Manual Getting started with software and firmware environments PMSM single/dual FOC SDK v3.2 3-phase Permanent…