Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Hi.
I have a question about the ramfunc copy operation during cpu2 flash boot.
My project calls the Device_init() function first on cpu2. This function is automatically generated and cannot be modified.
Inside the function, it disables the watchdog and then immediately executes the ramfunc copy.
If the copy is to LSRAM, there is no problem. However, if it is to GSRAM, there may be a problem if cpu2 writes to GSRAM before cpu1 grants write permission to cpu2.
Do I need to worry about this?