Hi,
I have a beaglebone black and running a very basic app using starterware. As soon as the app starts executing i copy the CPSR values in memory. The value of CPSR is super surprising
6000019f
which means it is in SYS mode and IRQ, ABORT disabled and FIQ enabled.
i read in the PG that
A processor enters Supervisor mode on Reset.
Really confused
Here is my code for reference
Hi maos,
You are correct. I slept over it and first thing in the morning i realized about the bootloader and the rom code. Will verify that today, thanks!