Hi.
I need to change runtime configurations, stored in the EEPROM of my PCAN-Router, "on the fly" from e.g. an mobile device.
So I came up with the idea to write configurations into the EEPROM of my PCAN-Router with an external device, by using the I2C Bus.
Is that possible and in which way I have to modify my Router?
or are there any other ways to change configs stored in the EEPROM from extrenal.
kind regards,
Fabian R.
Writing Data to EEPROM via I2C from external device
-
- Posts: 1
- Joined: Sun 17. Apr 2016, 10:27
Re: Writing Data to EEPROM via I2C from external device
Hello,
you can use the functions EEPROM_Read(), EEPROM_Write() and EEPROM_FlushCache() to access the eeprom from firmware. See code example 2_EEPROM for the PCAN-Router.
Regards
you can use the functions EEPROM_Read(), EEPROM_Write() and EEPROM_FlushCache() to access the eeprom from firmware. See code example 2_EEPROM for the PCAN-Router.
Regards
--------------------------------------------
PEAK-System HW development Team
support@peak-system.com
phone: +49-6151-8173-20
fax: +49-6151-8173-29
--------------------------------------------
PEAK-System HW development Team
support@peak-system.com
phone: +49-6151-8173-20
fax: +49-6151-8173-29
--------------------------------------------