Why each time to upgrade your program need to manually reset chips to run at a time, I use a software reset, but no effect?
Why each time to upgrade your program need to manually reset chips to run at a time, I use a software reset, but no effect?
Hi Tom,
Please provide more information. Which SDK version you are using ?
How did you test? Have you tried with our stock bootloader example in the SDK and the example .zip file comes with the phone app ?
Hi Tom,
I assume that it only requires a reset after you do a DFU update.
This issue could be from either the bootloader or the application.
I would suggest to test with the stock bootloader to see if it's the issue with the modified bootloader or not.
Secondly, to test if the issue in the application, you can follow this steps to test your application:
1 - Run your application in debug mode
2 - Switch to bootloader
3 - Add a breakpoint in main() in your application
4 - Do the DFU with the same image as your application
5 - Check if it run to main() in your application or not.
You can also use UART trace to check if it managed to jump to application or not.
Hi Tom,
I assume that it only requires a reset after you do a DFU update.
This issue could be from either the bootloader or the application.
I would suggest to test with the stock bootloader to see if it's the issue with the modified bootloader or not.
Secondly, to test if the issue in the application, you can follow this steps to test your application:
1 - Run your application in debug mode
2 - Switch to bootloader
3 - Add a breakpoint in main() in your application
4 - Do the DFU with the same image as your application
5 - Check if it run to main() in your application or not.
You can also use UART trace to check if it managed to jump to application or not.