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