Part Number: CC1312R Other Parts Discussed in Thread: CC1310 , For cc1310 I got the following tip via this E2E thread on how to read out HIB-flag status at runtime:
> bool HIB_Next = ((HWREG( AON_SYSCTL_BASE + 0xC) & 0x400) >> 10);
Since this is undocumented…
Part Number: CC1352R Other Parts Discussed in Thread: CC1310 , Hello,
My team is developing a device that implements the CC1352R, and we are having trouble with the Halt In Boot feature triggering unexpectedly. Our problem seems similar to those mentioned…
Part Number: CC1310
Hello, customer has a problem with the JTAG interface. The CC1310 works in a noise environment which may be will be inducted into the TCK pin and then the "Halt in Boot" flag was set. After the next FW reset the CC1310 hangs during…
Part Number: CC2640R2F Tool/software: TI-RTOS Hi TI,
Device
CC2640R2LAUNCHXL
SDK
simplelink_cc2640r2_sdk_2_40_00_32
IDE
IAR8.20.2
Reference Project
Multirole
We have custom FOTA…
Part Number: CC1310
Is there any way to confirm that a device is currently not booting due to the Halt-In-Boot flag was set before previous boot?
Alternatively, is there any way to, during runtime, check if the HIB flag has been set? I cannot find…
Part Number: CC1310 I have intentionally clocked the TCK line while the CC1310 is essentially in the equivalent of "standby" and measured the current draw go up to about 0.5mA total, which seems consistent with having woken up the JTAG PD. I then triggered…
Part Number: FLASH-PROGRAMMER-2
Hi,
I'm writing with regards to a known issue with Flash Programmer 2 used with XDS100 programmer (in our case the SmartRF06 EB) to program cc1310s over serial JTAG. The Halt-in-Boot flag remains set after programming…
Thanks for the offer, but if it doesn't solve it, then the last thing I need is another alpha release which potentially introduces more issues. I think our manufacturing approach will just need to stick to a manual hard-reset, post programming.
Thanks…
So, my vectors and everything are fine. If I wait long enough and reboot the board enough different ways, everything works fine from that point on. My bootloader works, the OTA works, application can reset to bootloader, bootloader can jump into application…