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

How to read write LUT in the program memeory space

Hello all I need to hold a LUT in the program memory space and it will be updated in the running mode and it should be non volatile. Please write me the built in function used for the same.

Parents
  • You have spent two days, and you haven't found the chapter about IAP in the processor user manual?

    Standard C/C++ can't help you write to non-volatile memory. The datasheets/user manuals for the chips (+ application notes etc) are the path to follow for finding out how to do it. It's the chip manufacturer that has to document how to write data to a flash in the chip...

Reply
  • You have spent two days, and you haven't found the chapter about IAP in the processor user manual?

    Standard C/C++ can't help you write to non-volatile memory. The datasheets/user manuals for the chips (+ application notes etc) are the path to follow for finding out how to do it. It's the chip manufacturer that has to document how to write data to a flash in the chip...

Children