Hi, I am using 2172 with Arduino. To get the device reliably into boot mode for flashing I use a little microcontroller to generate bounce-free the two reset signals within 100 ms (to emulate double click). This worked so far. My latest sketch accesses flash right at the beginning and suddenly the MC magic does not work anymore.
- Does the bootloader uses the flash to store the status after first reset?
- Is there any mandatory feedback on UART2 once the device is in boot mode?
- Any other hint on timing to have reliable switching into boot mode during development?
- Is there an API call in custom mode to turn the device into boot mode?