m43443hello all,
I have a few questions I hope you could help me :
some background: my main goal is to save two programs inside the am437- first program is being loaded from the SBL and the second one is being loaded by the first program and then "jump" to it.
Q1) is it possible to change entry point while my program is running? change the entry point inside the DDR. do you support this functionality?
Q2) do I need to configure in advance the first and the second programs c_init00 function with different addresses ? (for example: c_init00 =0x80000000 and c_init00 0x80010000)
Q3) is the SBL is the only one with access to the DDR memory?
thanks