Hello,
I'm using LPC54114 Dual core mcu I have imported dual core example (lpcxpresso54114_rpmsg_lite_pingpong_cm4) and it is working as expected but i need to add a bootloader to the example starting from adderss 0x0- 0x8000 the bootloader after finishing it's job it jumps to the application which has an offset 0x8000 but it seems the master core only works while the slave core stuck in the kMCMGR_ResetCoreState so did i miss some thing to add an offset 0x8000 to my application to have both cores working properly.
thanks in advance