Hi,
we have RAM shortage, For ES2 device we would like to use last 256kb of memory, which is allocated to RSS in ES1 board
For using that changed below code.
SOC_rcmBSSControl()
{
// ES2 device
/* Allocate DSS L3 Bank as TCM for BSS */
CSL_FINSR(rssCtrl->BSS_CONTROL, 30, 28, 0x0U);
/* Sets FW development mode */
CSL_FINSR(rssCtrl->BSS_CONTROL, 11, 0, 0x0U);
}
Still with this change our SW is not working properly.
what else sw changes, need to do, to make it work?
can you help out here?
BR
Sandeep Singh