Hello team,
Customer wants to re-use the L1P memory with different function. How can customer do that? Any risk?
Usage is shown below.
Void function_All()
{
DMA copy function_A function to function_A address in L1P;
function_A();
DMA copy function_B function to function_A address in L1P;
function_B();
}
Thanks.
Regards,
Wesley