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:
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
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
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
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
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
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
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