Hello:
I need more RAM size on MSP2 board.
in Keil uVison 5, I add a simple code to write then read testing.
//-------------------------------------------------------
ram_addr=(volatile uint32_t *)(0x20400000); for (j=0; j<1024; j++) { *ram_addr…