Other Parts Discussed in Thread: AM5728
Hi Rahul,
Thank you for your reply.
Another issue occurred on ARM CorePac while booting.
The instruction "vmsr fpexc, r0" doesn't work.
According to e2e.ti.com/.../345672 , it seems to be because of non-secure boot mode.
If so, I'd like to skip vmsr instruction as a workaround.
As I know, the instruction "vmsr fpexc, r0" is only activated in case __VFP_FP__ is defined.
Is there any CCS options to undefine __VFP_FP__?
Or any other workaround to make "vmsr fpexc, r0" work?