Tool/software: TI-RTOS
Hi team,
I just got a error report like attached file.
When do
romparse nysh.spi.map
the romparse.exe will abort. Could you please help to debug this? thanks!
BR,
Denny
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: TI-RTOS
Hi team,
I just got a error report like attached file.
When do
romparse nysh.spi.map
the romparse.exe will abort. Could you please help to debug this? thanks!
BR,
Denny
titest.rarHi Raja,
I just attached the two CCS project of the .out.
I want "boot" run at core0 and "cpuapp" run at core1.
Could you please help to make it work? thanks!
BR,
Denny
Denny,
I have few a suggestion to try,
Can you please update the linker command files of Core 0 & 1 with global address instead of local address?
For example Core 0,
MEMORY { /* Local L2, 0.5~1MB*/ VECTORS: o = 0x10800000 l = 0x00000200 MSMCCOMM: o = 0xc000200, l = 0x00000100 MSMCSRAM: o = 0xc000300, l = (0x00080000-0x300) DDR3_RW_DATA: o = 0x82000000 l = 0x06000000 /*set memory protection attribute as read/write*/ }
Then follow the same steps to generate the image.
Thank you.