Part Number: F28M36P63C2
Hi,
I have a problem with initializing some shared RAM blocks with the M3 subsystem after a watchdog reset.
This is my code. It works after a power on reset but gets stuck in the while loop after a watchdog reset.
RAMMReqSharedMemAccess(0xF0, SX_M3MASTER);
// HWREG(RAM_CONFIG_BASE + RAM_O_MSXMSEL) read returns 0x0F
HWREG(RAM_CONFIG_BASE + RAM_O_MSXRTESTINIT1) |= 0x5500;
while((HWREG(RAM_CONFIG_BASE + RAM_O_MSXRINITDONE1) & 0x5500) != 0x5500)
{
}
Do you have any idea why? Thanks in advance!
Best regards,
Tamas