I have modified bootloader so i can program my external SPI flash over sflash.
If I pass address 0x8000000 my bootloader knows it is for external flash and it uses different page size and write functions.
Now I would like to implement this over DFU.
What would be the best approach to write/read/erase data on external SPI device using dfu?
Regards