Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
[outline]
Because data cannot be written to EEPROM (BR93H86RF-2CE2), We want to check how to change will enable writing.
(What files and settings are necessary for porting?)
[Details]
If the source capable of read / write is used, the content of EEPROM (address: 0xF0200000 or later) is changed from FFFF after the function of TI_Fee_Init () is terminated. However, if the source that can not read / write is used, the contents of the EEPROM are not changed from FFFF even after the function of TI_Fee_Init () is ended, and even if the write function / read function is executed, there is no change in the contents of the EEPROM. Each function of TI_Fee uses example as it is.
[Supplement information]
[Source]
Ported example_TI_Fee_Write_Read.c of example of HALCoGen (04.06.00).
Added relevant header files from example to the project.
Add the following section to the cmd file.
FEE_TEXT_SECTION: {}> FLASH 0 | FLASH 1
FEE_CONST_SECTION: {}> FLASH 0 | FLASH 1
FEE_DATA_SECTION: {}> RAM