Hello,
I am trying to get the SDRAM to work on our Hercurles HDK RM48L952. The SRAM is a IS42S16400F-7BL.
I used the post https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/237341 to configure the SRAM on EMIF HALCoGen page.
I want to write somes values in the SRAM ( 2 4-byte values and then 2 2-byte values). When I execute my code step by step using debugger, everything works, i see that the values are correctly written using the CCS memory view. But when I run the code directly, only the 2-byte values are stored in the memory. The 4-bytes values are not written.
Do you have any idea what I am doing wrong?
Best regards
Pierre