Hello, Dear Volt Tech support team, I’m using the TLE987X chip. I already read the Application note” Infineon-TLE987x_Data_Flash_Handling- AN-v01_01- EN” I want a C programming samples code for 1. Pushing data to EEPROM 2. Fetching data from EEPROM 3. Clearing the EEPROM Thank You
Hello, Dear Volt Tech support team,
I’m using the TLE987X chip. I already read the Application note” Infineon-TLE987x_Data_Flash_Handling- AN-v01_01- EN”
I want a C programming samples code for
1. Pushing data to EEPROM
2. Fetching data from EEPROM
3. Clearing the EEPROM
Thank You
Read less
Hi @nidhi, As the sample code is for TLE9879QXA40 and you're applying TLE9872QTW40 so please make the following changes- Please go to Options for Target in Keil also- 1) Go to the Device menu and add your device TLE9872QTW40 also uncheck the BF stepping to make the code compatible with your device.Read more
Hi nidhi singh,
As the sample code is for TLE9879QXA40 and you’re applying TLE9872QTW40 so please make the following changes-
Please go to Options for Target in Keil also-
1) Go to the Device menu and add your device TLE9872QTW40 also uncheck the BF stepping to make the code compatible with your device.
Go to Debug menu-> Settings-> Flash Download and confirm if TLE9872QTW40 with 252k size is selected.
2) Now open the config wizard, go to PMU-> Power Saving Modes, select Sleep mode, and save it.
3) Rebuild your project and check page 0 with address 0x1103F000.
Best Regards
See lessAlex Thomas