Hello,
我有connected a SPI flash memory following the indications on the AN-B-023 document, the memory is a Microchip SST25PF020B. My problem is that when I try to burn the memory using smartsnippets (Yes, i do an erase before that) it says that it was completed sucessfully, but reading the memory after that returns the same contents as they were before (All 0xFF). I have triple checked the connections, schematics and PCB boards and everything is looking good. Any guidance on where to look to solve this issue will be highly appreciated.
Device:
Hi kr105,
Try to place your SPI memory information in the flash_programmer.proj in the spi_flash.c file in the SDK tools directory. Then after you build the flash_programmer go and replace the file in C:\Users\SmartSnippets\resources.
Thanks MT_dialog