Tool/software:
I want to allocate fixed values for repeated variables or data to l2sram to improve DSP performance.
Are there any methods or examples to refer to?
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.
Tool/software:
I want to allocate fixed values for repeated variables or data to l2sram to improve DSP performance.
Are there any methods or examples to refer to?
Hi Kim,
Its simple, get the L2 RAM base address from TRM, create a pointer in the core and assign pointer address to this L2 RAM. Now you can access L2 RAM using this pointer.
Regards,
Brijesh