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 , expert
now my DSP have encrypted all flash space and global RAM, but now , i find a piece of program which run in global RAM that function is perform a continuous write to local RAM, but when finished written, all date in local RAM which be written are "0x0000" ,but when i change to continuous write to global RAM is ok
WHY?
Hi,
If you have enabled security on device and made local RAM secure then code running from global RAM which is not secure can not have any access to local RAMs.
Regards,
Vivek Singh
OK, I have written wrong,all flash banks and local RAM i had enabled security. and the program which written local ram run in global RAM.
now , how can i enable global RAM in security?
Global RAMs are not secure resource so you can not enable security on global RAMs.