Hi,
For some reason if I click reset in Keil it just makes the application sit there doing nothing. The only way to get the application running again is to detach the debugger and attach it again.
I am using the basic dev kit. Any idea why this may be? It is really taking along time to debug applications when I need to restart the BLE advertising sequence
Keywords:
Hello, gcblair, are the debug options correctly set in Keil ? this seems to be a common problem that if the KEIL device/debug options are not set properly , KEIL locks or seems to have some stability issues. Which version of KEIL and SDK are you using ?
BR JE_Dialog
Hi,
I can debug the application fine. What should the debug configuration be?
I have it set to 2Mhz max clock, SW port, reset is set to reset pin - can't see anything else that could be it. Maybe reset pin is wrong?
MDK-Lite is 5.12 and the SDK is 3.06
Hi
Do you have any ideas why I cant reset?
Hi There,
do you have the device configured for sleep mode ?
its advisable to disable sleep mode while testing functionality using Keil debugger.(disable sleep mode in da14580_config.h to use the debugger)
At some point enable sleep modes.
For extended sleep mode:
Thanks & BR
JE_Dialog
As far as I am aware it is not in sleep mode - I disabled it
I can debug, set breakpoints etc so I guess its not
Hi,
I would appreciate if I could get some help on this as it really is annoying having to stop and reattach the debugger every time I want to reset
Someone told me that the reset button in Kiel doesn't work with DIalog MCUs can you confirm if this is true or not?
I do not have sleep enabled and can debug the code OK. Resetting from Keil or pressing the reset button the basic board does not work!
让我查一下与西南的一个人——我normally use smart snippets to reset/download.... this works quite reliably. As an interim solution, you could try that until we find you a resolution.
BR JE_Dialog
i just confrmed with the SW team : The reset signal from the debugger hardware is not connected (Only SWDIO and SWCLK): so i'd recommend to use the smart snippets to load into the device as this should work just fine (prompts you for a HW reset pushbutton push).
BR JE_Dialog
Ah so if I reset using the reset button button I can still debug it like normal if there is code in FLASH/EEPROM?
Yes, I belive that is correct..
BR JE_Dialog