This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

in-system flash programming

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

Parents Reply Children
  • 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?