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.

AWR1843: Reuse the L1P memory with different function

Part Number: AWR1843

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