Anyone know whatthe purpose of the SRAM is on the DVEVM6446?
Mike
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.
As Brandon says, you may not need it in your application (in general you probably do not), the EVM Technical Reference says it is for debugging application code. I suppose you could load a boot loader to it for testing system initialization without having to write to the flash. It would also serve to validate the capability of the EMIFA to handle asynchronous SRAM communication, so you could use it as a dummy space for your end application that may have another peripheral in its place.