Hello community,
Is there any serial flash memory (SPI) driver for MQX? if not, can I use processor expert to create a driver?
Cheers!
Hi amleng
Look at the example code in MQX Install Forlder/mqx/examples/spi
There is a complete driver example to work with most SPI flash memory, I use it myself
Hope this helps