Part Number: AM5716
Other Parts Discussed in Thread: SYSBIOS
Hi,
The following code is in 33.4 Services for HLOS Support of AM571x TRM.
SetL2CacheLatency FUNCTION
PUSH {R1-R12, LR}
LDR R12, =0x105
SMC 0x1
POP {R1-R12, PC}
ENDFUNC
When u-boot source is referenced, smc 0 is described as entering secure mode.
smc 0 @ SMC #0 to enter monitor mode
Which is correct?
Best Regards,
Shigehiro Tsuda