Can't erase external flash sector on a B-U585I-IOT02A board with STM32CubeIDE functions.
I'm trying unsuccessfully to erase a 4K sector at 0x73ff0000 using STM32CubeIDE code, but the STM32CubeProgrammer works fine. I've tried using BSP_OSPI_NOR_Erase_Block() and MX25LM51245G_BlockErase() with no luck. My code base is the HTTP_IOT_WebSer...