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

Problems in saving (and parameter passing ) a 32 bit value in the flash.

I took this sentence from the Getting started manual:
".. or if too many arguments are
involved, fixed memory locations are used for those extra arguments."

How do I use this?
I intend to to do the follwing
iap_programming_flash_data_dword(long int value, unsigned int address );
and
iap_programming_flash_data_word(long int value, unsigned int address );

0