Good morning,
I'm trying to use the Arduino Giga's qspi flash but it crashes as soon as I use the mbed::MBRBlockDevice::partition function.
So I tried with QSPIFormat.ino and also with WiFiFirmwareUpdater.ino both from the examples and each time the system crashes with the same function.
However, the QSPIFReadPartitions.ino program detects the flash, here is the serial log of this last program :
Looking for Partitions on the Flash Memory... MBR Found
Boot Signature: 0x55AA
Printing Partitions Table and Info...
================================
Partition: 1
Bootable: No
Type: 0x00
================================
Partition: 2
Bootable: No
Type: 0x0B
Size [KBytes]: 4
Start [C/H/S]: 0/2/0
Stop [C/H/S]: 0/2/0
================================
Partition: 3
Bootable: No
Type: 0x00
================================
Partition: 4
Bootable: No
Type: 0x00
No more partitions are present.
Total Space [KBytes]: 16384
Allocated Space [KBytes]: 4
Unallocated Space [KBytes]: 16380
thank you in advance for your help