Hello,
I'm not sure if this is easily doable but I have an embedded device that has a 4MB NOR flash connected to an LPC1788.
Part of the NOR is used for code, part used for direct NOR log data (i.e. no file system) and another part has a file system.
I'm looking for a way to copy a file onto the file system using a ULINK Pro.
Here's what I was thinking, make a dummy algorithm for a dummy range that just copies my files to the file system.
Has anyone ever do this, or something similar?
Thanks for tips, advice, pointers...
MAC
What problem are you trying to solve? Why can't you do this as part of initialization of your program?
I don't understand what you mean by part of initialization? I'm trying to copy files from my PC to my embedded file system when I program the board. This is something which would be really useful to me (prob only during development but nonetheless...)
What I do now is after I flash the code I copy the files to a USB key, move the key to my board and initiate a copy command to copy from the MSD to the embedded file system.
I want to make this easier/faster.
Thanks
M