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

ARM DS5 for A53

I have created a c project for a53 bare metal moudle,but some problem confusing me ? please help me!!!!!!!!

project for a53

I want to add startup.s file for this project ,but  In the debug mode  the entry point  isnot this file  why ?

debug settings

Parents
  • __main is the entry point of the C library.

    I recommend you start by looking Cortex-A53 example provided with the tool. You can most easily access it by navigating the menu system to File > Import... > DS-5 > Examples & Programming Libraries, and search for the "A53" example.

Reply
  • __main is the entry point of the C library.

    I recommend you start by looking Cortex-A53 example provided with the tool. You can most easily access it by navigating the menu system to File > Import... > DS-5 > Examples & Programming Libraries, and search for the "A53" example.

Children