| Author |
Message |
garfield
Joined: 03 Oct 2001 Posts: 39
|
17 Nov 2001 15:55 |
|
|
|
Hi
Anyone help me with some guidelines about how to read a bmp file from pc hard disk , then write / read it from / to flash memory.
Regards
[ This Message was edited by: garfield on 2001-11-17 14:59 ]
|
|
| Back to top |
|
 |
Jerry_chan Guest
|
18 Nov 2001 13:13 |
|
|
|
| In my opinion,you can use a DSP and a flash to build a system.Then you can use C language to make a program.There is "file reading/writing" function in C language.
|
|
| Back to top |
|
 |
synq
Joined: 21 May 2001 Posts: 65
|
18 Nov 2001 16:42 |
|
|
|
Use hex loader by Keil,
Write the code in plain c to display your BMP file then convert to hex and load it thorough memmory maker or any flash programmer with data clocking in at rise edge
I had done it 100%
|
|
| Back to top |
|
 |