Hi,
I have an open issue related to the burning of the ccfg table in the CC1352.
When I perform ccfg burning table, a hard fault appears. My tests show that hard fault appears ONLY when the device is clean, by clean I meant that the internal and the external flash are earesed
and the bootloader , application bootloader (consist ccfg params) and application are reburned.
I noticed that adding delay (at least 5 milisecond) after the function that execute the ccfg burning process resolved the problem and no hard fault accours.
In case of updating the ccfg without cleaning the device - there is no hard fault. for example, calling the burning function through test mode or reburning just the application bootloader and app.
I try to figure out why this hard fault appears and why I need this delay to resolved it. any ideas?
Thanks!