Hi all
MCU :TM4C1294NCPDT
Compiler:Keil uVision5
EEPROMProgram((uint32_t *)&e2prom_write_value, E2PROM_TEST_ADRES, sizeof(e2prom_write_value));
EEPROMRead((uint32_t *)&e2prom_read_value, E2PROM_TEST_ADRES, sizeof(e2prom_read_value));
The function of the third parameter is any value ?
I put it into any of the numerical results are the same.
Is this what causes it?
Thanks
Lewis