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

how cortex m4 processor executing inst from a 'C' file

I am working on a arm based SoC, I have written a test case in 'C' language, I want to understand how this C code -> object file is loaded in core memory and executing the inst ?

Parents
  • I would recommend to read up to get some background in this area to understand how to compile C programs and run them on a simulated CPU + memory.

    There are a number of ARM Related Books - ARM you can use. It's from 2004, but look for a book I wrote, Co-Verification of Hardware and Software for ARM SoC Design. It covers all of the topics.

    Regards,

    Jason

Reply
  • I would recommend to read up to get some background in this area to understand how to compile C programs and run them on a simulated CPU + memory.

    There are a number of ARM Related Books - ARM you can use. It's from 2004, but look for a book I wrote, Co-Verification of Hardware and Software for ARM SoC Design. It covers all of the topics.

    Regards,

    Jason

Children
No data