Can anybody give me an example of how to use this to return the actual address of a block?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can anybody give me an example of how to use this to return the actual address of a block?
I did read the peripheral driver user guide. Still unclear as to how to code the above so that I now have a variable that contains the block address
Hello Patrick,
The inline function that you have mentioned will give the first address from the block.
ui32Var = EEPROMAddrFromBlock(2)
will return the value 48 (decimal).
Regards
Amit