This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377D: Use IPC to re-program flash of CPU2 using secondary boot-loader in CPU1

Part Number: TMS320F28377D

Hi

I am designing a secondary boot-loader to flash data over a serial protocol. I am using the Flash API driver to accomplish this.

My controller is dual core - with 512KB flash memory for each.

Is it possible to have my application code on CPU2's flash memory & the secondary boot-loader on CPU1's flash memory? (i.e. can we flash the cpu2's memory from the secondary boot-loader in cpu1's flash memory?)

Can we make use of IPC to serve this purpose?

Thanks