Tool/software: TI-RTOS
Hello,
My colleague found a typo in pdk_am57xx_1_0_11\packages\ti\boot\sbl\src\rprc\sbl_rprc.c. The typo prevents initialized sections from being loaded to L1D memory.
Without fix | With fix (3 changes in red) |
case DSP1_ID: if ((section.addr >= SOC_DSP_L2_BASE) && |
case DSP1_ID: if ((section.addr >= SOC_DSP_L2_BASE) && |
Best regards,
Dave