STM32F429I-DISC1 SDRAM Access
I created a new .ioc project with STM32CubeIDE 1.14.0. I did the same with 1.12.0 with the same results. When I build and debug the project and run to a breakpoint after all initialization is complete, when I examine memory at 0xd0000000 the frame returns all ??????????. I made no changes except to change FreeRTOS to reentrant. If I install code to write to 0xd0000000 and read it back I get a hard fault.
The hardware is good since if I do the same thing loading the LTDC_Paint example I see the frame buffer data at 0xd0000000.
Any ideas?
