Part Number: LP-CC1352P7
Other Parts Discussed in Thread: CC1352P7, SYSCONFIG
We noticed that bootloader backdoor is not working on our Openthread RCP builds.
Building LP1352P7-4 from this branch:
https://github.com/TexasInstruments/ot-ti/commits/release/thread-1.3-certification-support
The settings are in lprf_ccfg_settings.js:
LP_CC1352P7_4_CCFG_SETTINGS: {
xoscCapArray: true,
xoscCapArrayDelta: 0xC1,
enableBootloader: true,
enableBootloaderBackdoor: true,
dioBootloaderBackdoor: 15,
levelBootloaderBackdoor: "Active low"
},
However after build these are not applied in `ti_devices_config.c`
As a work around I have applied these manually in syscfg which does seem to get picked up ok
Device.enableBootloaderBackdoor = true; Device.dioBootloaderBackdoor = 15;