STM32 GPIO Concepts; GPIO Registers and So On
STM32 GPIO Registers Port Direction Registers Port Speed Registers to decide the slew rate of the GPIO. Low Speed, Medium Speed, High Speed and Very High Speed modes available Port…
STM32 GPIO Registers Port Direction Registers Port Speed Registers to decide the slew rate of the GPIO. Low Speed, Medium Speed, High Speed and Very High Speed modes available Port…
GPIO's in the Microcontroller are usually aligned with ports. Such as PORTA, PORTB ... PORTn and so on. Each Ports has multiple GPIO Pins available depending on the microcontroller and…
What is vector table Table of addresses or pointers System exceptions -> address of exceptions handlers. Vector table can hold various exception handler address 15 system exceptions + 240 interrupts.…
Serial Wire Output is used to execute the output of "printf" and print the output log in the terminal This feature will works on or above ARM Cortex M3/M4/M7 All…
In STM32 ARM Cortex M4 Series has three different clock sources and it is available in the RCC Reset and Clock Control HSI Oscillator clock - High Speed Internal HSE…
Hi Welcome to ChipNCode Blog, In this Blog Series we will be going to explore about STM32 Driver Development along with ARM Cortex M Internal Details. I like to keep…
What is OOP -or- Object Oriented Programming Language Before we understand what an object is, we must first understand primitive data types. Primitive data types are the basic building blocks…