it is known that lpc43XX is dualcore microcontroller, when creating project using M4 and M0 at the same time, we may need to assign different program space for each core. how to conifg these kind of projects and write the proper initialization file for both core. any idea or tutorials? thanks
this example truely uses a different way to make dualcore project, M0 project has been converted into an array in M4 project and i think the M4 project will assign address for the m0 image. however, if i need to config the m0 image flash, how can i set the project, how about the flash signature and ram space management.