Hello,
I would like to use the K60 512 kinetis eeprom to save wariables.
I use the FlexRam example on my TWR kit and I would like to get more informatiosn about the exammple.
Three variables is incremented on the memory:
#define LONGWORD_COUNTER_ADDR 0x14000000
#define WORD_COUNTER_ADDR 0x14000004
#define BYTE_COUNTER_ADDR 0x14000006
I would like to know where could I put the variable on the memory? Which part of the memory I am allow to use?
Could I change the location of the memory like this?
Best regard