Tool/software:
Hello All.
I am booting SBL via UART.
My baremetal application, running on mcu1_0(Cortex - R5F0) wants to access the locations in OCMC_RAM Region - 0x41C00000 - 0x41C80000.
In the below table, from 8.3. MCU1_0 Application Development with SYSFW — Processor SDK RTOS J721E, I can see that the Memory region (512KB) can be reclaimed by the application after SBL execution.
But when I run my app, the app hangs when it is trying to access the 0x41C0000 address.
What areas of the OCMC (41C00000 - 41D00000) ~1MB should be left untouched and what can be used?
Thank you!