I am using an application library that requires ~200k heap. Since the C5515 does not have enough space, can I allocate a heap on the external NOR flash? If so how?
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.
Hyun,
Hyun Kim said:Are you expect accessing heap as read and write?
Both.
Hyun Kim said:SDRAM will be easy to use.
Are you saying to add an SD card to the board an use that as the heap space? Wouldn't the memory access be very slow?
I don't see any possibility to use NOR flash as a heap memory for a closed-source library. For such a big amount of heap, definitely you need an external RAM, which is not available on eZDSP.