Coder Social home page Coder Social logo

cm7_crt0's Introduction

CM7_CRT0

A basic CRT0 like bootstrap implementation targeting Cortex-M7

The startup code basicall does:

  • Initialize the system clock
  • Initialize ZI regions and copy rwdata sections to RAM.
  • Call the user main()

HOWTO

For demonstration purpose, an example application is supplied. It targets the STM32H723 MCU (Board NUCLEO-H723ZG) The application, led_blinker, can be compiled without any specific library or dependencies. You only need GCC (gcc-arm-none-eabi) and make. To build the application, cd to gcc folder and execute the make command. Application building will result in two binary files (ELF and raw BIN), use one of them to flash it (STM32CubeProgrammer) into target starting at address 0x08000000.

NOTES

  • The system clock is drived directly from HSI (64MHz, no PLL).
  • GCC used is gcc-arm-none-eabi.

cm7_crt0's People

Contributors

malek44 avatar

Stargazers

André van Schoubroeck avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.