I can't reset DA14580 DEVKT-B via SmartSnippets

8 posts / 0 new
Last post
kaoutar
Offline
Last seen:4 years 7 months ago
Joined:2016-03-30 10:16
I can't reset DA14580 DEVKT-B via SmartSnippets

Hello,

I want to program a Ble (in an other card) using DA14580 DEVKT development kit. I generated the .hex file after designing my projects on keil . I use smartsnippets application to load the program , and on the instructions I start loading but when I click reset , nothing is happening as if I didn't clik.

Any ideas?

Thanks
Kaoutar

Device:
Jelphi
Offline
Last seen:5 months 3 weeks ago
Staff
Joined:2015-09-10 12:07
hi sir, do you mean you want

hi sir, do you mean you want to use da4589 evkit existed jtag to program another device? if yes, you need to remove the jumper for jtag and connect the jtag to your other 580 device

Jelphi
Offline
Last seen:5 months 3 weeks ago
Staff
Joined:2015-09-10 12:07
hi Sir,do you mean that you

hi Sir,do you mean that you want to use 4580 EVKIT jtag to program another 4580 device? if yes, you need to remove jumper and connect the jtag to your other devices

kaoutar
Offline
Last seen:4 years 7 months ago
Joined:2016-03-30 10:16
yes that's what I want to do

yes that's what I want to do , actually I connected the jtag to my card ( where my device is located) , I also connected a power supply to power the card. but still nothing happens when I click on the reset button

kaoutar
Offline
Last seen:4 years 7 months ago
Joined:2016-03-30 10:16
Hello,

Hello,

I solved the problem of reset, now I can load the program on the device correctly . I want to know how to debug and ensure that the program in the device works well.

Thanks

MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi kaoutar,

Hi kaoutar,

I dont get what you mean how to debug, you can debug your device by using keil, via the JTAG located on the dev kit and step through the code, as you would do with the dev kit.

Thanks MT_dialog

kaoutar
Offline
Last seen:4 years 7 months ago
Joined:2016-03-30 10:16
Hi MT_dialog,

Hi MT_dialog,

First of all, I use the documentation of DA14580 kit.
I debug my device using keil , via the JTAG as you told me. I'm on the step of using Tera Tera , and here I can not see on the terminal ( as shown in photo) . My objective is to test if the recorded program on DA14580 works very well. I don't know if I you get what i mean?

Thanks
Kaoutar

Attachment:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi kaoutar,

Hi kaoutar,

所以你想使用UART的580年you properly set the UART pins (configuration and the proper pins to be connected to the FTDI) in order to communicate with the teminal ? The peripheral examples project is using port 0 pins 4 & 7 as TX and RX are those pins connected to your FTDI, also please make sure that appropriate terminal settings are set.

Thanks MT_dialog