An open API service indexing awesome lists of open source software.

https://github.com/pravinraghul/cortex-m-startup

Fundamental startup code for the ARM Cortex-M Architecture, transforming comprehension into execution.
https://github.com/pravinraghul/cortex-m-startup

linker-script makefile startup-code

Last synced: 11 months ago
JSON representation

Fundamental startup code for the ARM Cortex-M Architecture, transforming comprehension into execution.

Awesome Lists containing this project

README

          

## ARM Cortex-M Startup Code & Linker Script

- Basic minimal startup code and linker script for ARM Cortex-Mx processors to boot up and run.
- Compiled and tested on STM32f429 disco board.