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.

MCU-PLUS-SDK-AM243X: gpmc_psram_io example read data mismatch

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I am using the AM243x MCU+ SDK v 10.00.00 for the AM243x EVM development board to test out the included RAM. I am using the GPMC PSRAM example, but it doesn't seem to read the same numbers it writes. I haven't made any changes to the example.

Debugging and looking into the receive buffer, the values read from the RAM are 30,31,30,31... where it should be 0,1,2,3...

It also occasionally gets into a fail state inside the Ram_write() function.

The example I am using is linked below, any help would be appreciated! 

AM243x MCU+ SDK: GPMC PSRAM (ti.com)