This tutorial will cover how to use SPI using Registers in STM32. We will see how can we send and receive data in master mode..
based
External Interrupt using Registers
External Interrupt Configuration can be found in the SYSCFG Registers. These EXTI configuration Registers are divided into 4 groups
STM32F103 Clock Setup using Registers
This tutorial will cover Clock setup, Timer Setup for Delay, and GPIO configuration for STM32 F103 using the Register based programming.
STM32 I2C Configuration using Registers
This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.