Hi,
I am working on 66AK2HK14 processor.
I want to make a .cfg file with our customized memory map.
Please suggest how to make it.
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.
Hi,
I am working on 66AK2HK14 processor.
I want to make a .cfg file with our customized memory map.
Please suggest how to make it.
Hi Vikram,
Thanks for sharing the info. I will look into the link you have suggest,
I have given some details of our project below,
We have designed a pcb with 66AK2HK14. We are developing application which will loaded to dsp cores of 66AK2HK14 through mpmcl utility running in arm kernel.
We have assigned some of sections to DDR and MSMCRAM. but when we do that , we are not able to load the file in mpmcl and getting error.
I want to know how to assign memory which will not create any conflict between arm and dsp processor.
For ex:- In our pcb we have 2GB ddr .
How to map this ddr memory region to both ARM and dsp.
Do i need to spilit the memory and assign to both processor ?
Please suggest,
Hi Vidya,
I discussed your questions with our RTOS kernel expert. You probably need to split the DDR memory and assign separate segments to the processors. To do that you would need to create a RTSC platform with custom memory ranges for the RTOS application. I would recommend watching the platform wizard demo ( rtsc.eclipse.org/.../Creating_Platform_Packages ) to help you with platform creation.
Vikram