You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advisory Sys_01 Device Might Boot Into ROM Serial Bootloader When Waking Up From Shutdown
Revisions Affected:
Revision E and earlier
Details:
For the conditions given below, the device will boot into and execute the ROM serial bootloader when waking up from Shutdown power mode. Intended behavior is to execute the application image.
The wake up from Shutdown must be caused by toggling or noise on the JTAG TCK pin and not by a GPIO event.
The Customer Configuration Section (CCFG) must have configured the bootloader with the following field values:
– BOOTLOADER_ENABLE = 0xC5 (Bootloader enabled)
– BL_ENABLE = 0xC5 (Bootloader pin backdoor enabled)
– BL_PIN_NUMBER = n (any valid DIO number)
With the above prerequisites, the bootloader will be entered in the following cases:
The CCFG bootloader pin level (BL_LEVEL) is set to 0x0 (active low) AND the input buffer enable for the DIO defined in BL_PIN_NUMBER is disabled in register IOC.IOCFGn.IE. If the input buffer is not enabled, the DIO level will always read 0 and bootloader will be entered.
The input buffer controlled by IOC.IOCFGn.IE is enabled and the DIO input value is the same level as the CCFG bootloader pin level (BL_LEVEL) when entering Shutdown (GPIO input values are latched when entering Shutdown)
It looks like the sketch isn't kept in the CC1352 memory after a RESET or a power-cycle.
When trying the Commissioner / Joiner example, I'm using one laptop:
When pressing RESET, the Project Zero OOTB demo starts again.
Where the sketch is uploaded, into the RAM memory? Or does the boot-loader takes the sketch from the external Flash?
The text was updated successfully, but these errors were encountered: