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.
- Host: GitHub
- URL: https://github.com/pravinraghul/cortex-m-startup
- Owner: pravinraghul
- Created: 2024-07-09T05:43:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T03:22:09.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:12:34.610Z (about 1 year ago)
- Topics: linker-script, makefile, startup-code
- Language: C
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.