I’m trying to port the mbed-os-example-lorawan-fuota example. It requires a driver class inheriting from BlockDevice
. Now, QSPIF ist not configured in mbed-os and I read that the NUCLEO_L476RG wouldn’t support QSPI (although Quad-SPI is a listed feature of that board here ) thus I can’t use QSPIFBlockDevice.
Is there a BlockDevice driver I can use with that board and how is it configured?
Thanks in advance!