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

Creating a project without main

Hi,
I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file

*.o (RESET, +First) *(InRoot$$Sections)

after commenting it, it successfully created hex. But this hex would be reside in the flash, whether required would be read from it. Will it be mapped to any address.

0