Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 770 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 770 Bytes

arm_bare-metal

A repo containing my Bare-metal Programs for STM32F446RE-Nucleo Board Simple to Advanced.

alt text

Currently this repo contains projects for:-
->HelloWorld: Serial Wire Debugging Interface Demonstration. (Does not contain How-To Documntation)
->SizeOf: Gives the idea of various data type sizes on Cortex M4.
->LEDControl: Control On-Board LED of STM32 Nucleo.
->PinControl: Control the GPIO Pins along with On-Board LED.
->GPIOPeripheral: Full GPIO API of STM32F446RE-Nucelo board only.
(Included in my seperate driver repo : https://github.com/Rajssss/stm32_nucleo_drivers)

More coming soon......