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!