Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, , thanks for your help. I will be in holidays, I will try it after and let you know. Thx

  • Hi All, I need to put in external SPI flash (not addressable memory space) some image data (icons, a logo, a couple of very small images). the SPI flash memory used is Microchip SST26VF064B. I have no file system on that chip. I can't read the hole image from external SPI Flash and put it on the internal SRAM because most of SRAM is used by the high level application. I access my SPI flash through functions like: uint16_t sFLASH_ReadBuffer(uint8_t* pBuffer, uint32_t ReadAddr, uint16_t NumByteToR…