I'm using vanilla version of the dfu_dual_bank_ble_s110
project on top of my application. The problem is that the firmware enters bootloader mode whenever a USB is connected to the board (pca10028/pca10031).
How do I stop that from happening?
I'm using vanilla version of the dfu_dual_bank_ble_s110
project on top of my application. The problem is that the firmware enters bootloader mode whenever a USB is connected to the board (pca10028/pca10031).
How do I stop that from happening?
It seems that the bootloader couldn't detect a valid application on your board. How did you flash your application ? Via programmer or via the bootloader ? It by default should be flashed by the bootloader.
You can try to run the bootloader in debug mode and can step through the code to check why it didn't start the application. To run the bootloader in debug mode you may want to follow this instruction
It seems that the bootloader couldn't detect a valid application on your board. How did you flash your application ? Via programmer or via the bootloader ? It by default should be flashed by the bootloader.
You can try to run the bootloader in debug mode and can step through the code to check why it didn't start the application. To run the bootloader in debug mode you may want to follow this instruction