We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi! I'm using a C167CS-LM with external Flash und RAM! Has anyone of you implemented a function to store some data to the Flash? Thanks for your postings! Robert Heinzlreiter
how do you write to the flash?
You would need to read the Data Sheet(s) for your flash device(s) to find their programming (and erasing) details.
which command do you use to send this commands to the flash?
Robert, LISTEN!!!!!!!! You totally ignored Andy's correct advice. You have to get the data sheet for the flash device to know how to program it. It generally is as easy writing data to an address. What flash device are you are trying to program?
i looked at the datasheet and have implemented the routines now. But I have a problem with pointers. With WORD pointers my routines works, but I need long pointers cause of the address space and then e.g. the erase command has no effect! I think the pointer is shortened to 2 Bytes. Do anyone of you know such a problem?