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

to store an array in flash to specific address

Hi I have an array of unsigned chars, like:
MyArray[10] = {1,2,3,4,5};
How to program this value in flash memory to specific address.
thanks