This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where can i find resources about creating program on cortex-m7 from scratch?

I want to make full process with my hands: writing startup, linker script, init file, makefile configurate toolset and so far and so forth.

Parents
  • That depends on many things, e.g. what Toolchain you want to use and of course which MCU (because of the memory layout, peripherals, etc.)
    A getting started point for the CM7 boot process maybe this http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka16790.html
    Also, do you plan on writing assembler or C?

    I don't know your level of expertise with Cortex-M in general, but a really good read to get a profound understanding of the matter is "The definitive Guide to the ARM Cortex M3 and Cortex M4 Processor" by Joseph Yiu. Since you're asking about M7: the differences to the M4 are tiny and the book covers what you need to know...

Reply
  • That depends on many things, e.g. what Toolchain you want to use and of course which MCU (because of the memory layout, peripherals, etc.)
    A getting started point for the CM7 boot process maybe this http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka16790.html
    Also, do you plan on writing assembler or C?

    I don't know your level of expertise with Cortex-M in general, but a really good read to get a profound understanding of the matter is "The definitive Guide to the ARM Cortex M3 and Cortex M4 Processor" by Joseph Yiu. Since you're asking about M7: the differences to the M4 are tiny and the book covers what you need to know...

Children
No data