2025-09-26 6:58 PM
I'm using a B-U585I-IOT02A board and the IOT_HTTP_WebServer example code.
My read is the PSRAM is 8M on that board, but I can only access 16K (to 0x2803ffff) and then ???? is not IDE memory display or a trap in the code. Is this a CPU configuration issue?
2025-09-30 2:54 AM
Hello @Marty ;
Could you please check the device size?
hospi1.Init.DeviceSize = 23;
Also, I recommend you to look at OSPI_PSRAM_MemoryMapped example and check the OCTOSPI configuration.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.