DA14580 cannot work stable

6 posts / 0 new
Last post
Zhangkui
Offline
Last seen:7 months 1 week ago
加入:2014-12-31 07:20
DA14580 cannot work stable

Hello,Dialog
my new circuit board with DA14580 cannot work stable,
the software i used is your example,it can compile correctly、download correctly and run correctly,but when it run for a while,about 3-4 minutes,the software will goto halt,the CPU cannot run anymore,except i download the HEX file again,in debug mode i can see the software halt in execute following code,
1、 if ((GetWord16(SYS_STAT_REG) & DBG_IS_UP) == DBG_IS_UP)
__asm("BKPT #0\n");
2、 GLOBAL_INT_START();
i think there may are some wrong with my hardware,but i don‘t know where ,can you help me?

Device:
JE_Dialog
Offline
Last seen:11 hours 59 min ago
Staff
加入:2013-12-05 14:02
Hello Zhangkui, I will have

Hello Zhangkui, I will have one of our local distributors contact you. Do you have a preference for Skynoon or for Avnet ? BR JE_Dialog

lyncxy119
Offline
Last seen:1 year 9 months ago
加入:2015-05-14 03:23
I also want to know

I also want to know

MT_dialog
Offline
Last seen:2周6天前
Staff
加入:2015-06-08 11:34
Hi lyncxy119

Hi lyncxy119

What is, that you would like to know?

Can you be more specific?

Thanks MT_dialog

lyncxy119
Offline
Last seen:1 year 9 months ago
加入:2015-05-14 03:23
I also got a problem here!Can

I also got a problem here!Can you tell how could you figure it out?

summer20100514
Offline
Last seen:4 years 2 months ago
Guru
加入:2014-12-30 05:01
maybe you should comment the

maybe you should comment the following line to disable the app adv timer.

in app_adv_func()

#if USE_PUSH_BUTTON
#if defined(CFG_EXT_SLEEP) || defined(CFG_DEEP_SLEEP)
app_timer_set(APP_ADV_TIMER, TASK_APP, 18000); //180000 ms -> 3 mins
#endif
#endif