file operation

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DePa_3244516
Level 4
Level 4
First like received First like given

hello

i want to open a file from my pc using file operations in c

when i am trying yo open a file i got an error of file opening

i am using CY8CKIT-50 kit, and want to open a bmp file

0 Likes
1 Solution
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Not as easy. There is no OS nor BIOS in a PSoC, so you need not only openig your .bmp file but furthermore you need to process the .bmp data format. Seems to be easier to do the processing on a PC and send the data to some PSoC driven memory device.

Bob

0 Likes

ok

i want to load bmp file to Flash chip W25Q128fv and display bmp on tft display

i have implemented flash chip with CY8CKIT -050

also i tried with SD card but image loading is very slow

but i dont have any idea how can i do that?

0 Likes