Hello Team,
I have added the LittleFS file system for the external flash and am able to program the .bin files through code by keeping the bitmap array within the application.
Now, I am trying to load the image .bin files directly into the W25Q128 flash IC, which is connected to the nRF54L15, using a J-Link.
Is there any way to achieve this?
working way in code :
const uint8_t Logo_Bitmap[]={0xFF,0xFF.....................................................0xFF};
fsWrite("Logo.bin", Logo_Bitmap,sizeof(Logo_Bitmap));
Regards,
Karthik B.