I am trying to flash the OTP area and its ECC with Uniflash and there is an error during the process even when I am setting the OTP flag "FlashEnableOTP" to "true".
The following tools/devices are used:
1. XDS100v2
2. TMS570LS3137
3. CCS UniFlash Version: 2.2.0.00016
All the rest of the Flash area is flashed without problems.
Could you please let me know if it is possible to Flash the area:
Customer OTP TCM Flash Bank 1 0xF000_2000 or
Customer OTP EEPROM Bank 7 0xF000_E000
With the referenced Uniflash Version?
When I use the option -viewOptions the referenced sections are not listed:
*******************************************************************
Boolean Option:
id: FlashBank0Sector0
name: Sector 0 (0x00000000 - 0x00007FFF)
value: true
...
Boolean Option:
id: FlashBank0Sector14
name: Sector 14 (0x00160000 - 0x0017FFFF
value: true
Boolean Option:
id: FlashBank1Sector0
name: Sector 0 (0x00180000 - 0x0019FFFF)
value: true
...
id: FlashBank1Sector11
name: Sector 11 (0x002E0000 - 0x002FFFFF
value: true
Boolean Option:
id: FlashBank7Sector0
name: Sector 0 (0xF0200000 - 0xF0203FFF)
value: true
...
Boolean Option:
id: FlashBank7Sector3
name: Sector 3 (0xF020C000 - 0xF020FFFF)
value: true
*******************************************************************
Thanks