Hello there,
I've been trying to use OTA programming, but I cannot partition my memory, It always erases the QSPIF without problem, but It then immediately throws an error Saying "Error formatting WiFi partition", and it seems the error code it -3101.
Moreover, when i tried to view the current memory with the "QSPIFReadPartitions" sketch, it returns
"MBR Not Found
Flash Memory doesn't have partitions.".
I did upgrade my bootloader to the newest version (v25 as of now) and updated my opta board through the arduino IDE manager.
UPDATE: Well, embarrassingly, it seems my opta does not posses a wifi module, because when i ran the "STM32G747_getBootloaderInfo" sketch, it returned "Has WiFi module: No". But i really want to use OTA with the ethernet port, is this even possible?
Why does the sketch even try to format the wifi partition?