Other Parts Discussed in Thread: CODELOADER
Support Path: /myTI & TI store/myTI account/
Hi,
Can you supply example data file ( in bin or hex format ) to program LMK03318RHS? We need this file for programming algorithm testing.
Thanks,
Ted
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.
Support Path: /myTI & TI store/myTI account/
Hi,
Can you supply example data file ( in bin or hex format ) to program LMK03318RHS? We need this file for programming algorithm testing.
Thanks,
Ted
Hi Ted,
LMK03318 device register data can be saved in a number of formats:
The file format used to store data for the entire EEPROM (all 6 pages) is the .epr file. When opened in a text editor, you can see the values of each register in the EEPROM. This file is most often used when you wish to program the non-volatile EEPROM so that the device starts up with one of the 6 settings. An example with EVM defaults loaded in page 0 is attached in the below zip file.
If you wish to save a single device configuration, the device register settings can be exported to a .txt file. This register dump contains all the register values for a single device configuration and can be used to load the registers over I2C after the device has started up to a configuration either from ROM or EEPROM. An EVM default configuration is attached:
Both of these files can be created using Codeloader or TICS Pro. Additionally, the GUI Memory Map on the EEPROM page of the software displays the EEPROM contents in hex, which can then be copy-pasted and converted into a different format to facilitate programming:
Regards,
-Tim