Hi,
Does anyone know the speed of the 64k internal SRAM? (How many wait states)
I also assume this memory is not cached.
Thanks
Paul
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,
Does anyone know the speed of the 64k internal SRAM? (How many wait states)
I also assume this memory is not cached.
Thanks
Paul
Paul, the 64k internal SRAM (not to be confused with the L3 OCMC RAM) is tightly coupled to the ARM core and runs at the ARM core frequency. It is not cached and runs 0-wait state. This is the best place to run low latency, high performance code.
regards,
James