Tool/software:
Hi,
followed this thread:
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1413982/processor-sdk-am64x-my-hello-world-is-not-able-to-boot-from-fsbl
_start must be put at 0x0, but why in adacore assembly, it doesn't have start symbol, I saw instead you are using _c_init00 which is in msram.
<code>
</code>
Question: I want the same in my adacore run time.
however, if I put _start at 0x20 or any other place, it won't boot.
Can i do the same trick, put a instead of using init00 eg: