⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
6 posts / 0 new
Last post
ddustin
Offline
Last seen:1 year 3 months ago
加入:2016-04-20 22:12
Chip (seemingly) Freezing

I am able to program the DA14682 chip and have things work, but the chip seems to stop responding after 3 seconds.

What could cause something like this? I am using this 16mhz crystal:https://www.digikey.com/product-detail/en/abracon-llc/ABM8-16.000MHZ-7-1...

The app seems to freeze insidewatchdog_cb. Here is the relevant comment where this happens:

/* * latency for all tasks expired and some of them still did not notify sys_watchdog * we'll let watchdog reset the system * * note that hw_watchdog_handle_int() never returns */ hw_watchdog_handle_int(exception_args);

What should I investigate to figure this out?

Device:
PM_Dialog
Offline
Last seen:1 day 8 hours ago
Staff
加入:2018-02-08 11:03
Hi ddustin,

Hi ddustin,

Did you define the sysclk_XTAL16M in system_init() function? I provided you more information in this forum thread:

https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/no-16khz

Could you please clarify how did you check that the code is not responding after 3sec? Did you run in debug mode and the WDOG fired up? In the first 3 sec, the device starts advertising correctly?

Thanks, PM_Dialog

ddustin
Offline
Last seen:1 year 3 months ago
加入:2016-04-20 22:12
Yes in the first 3 seconds it

Yes in the first 3 seconds it advertises correctly and even can connect and respond to BLE requests.

I ran it attached to the debugger and found that it crashed inside unhandled exception. The int cb I pasted in the last comment seemed the most relevant thing from the backtrace.

I believe this was before I switched the LP from 32khz to RTX (internal). After making that switch the debugger gives the error “SIGINT” with no backtrace at all.

How do I go about diagnosing this?

PM_Dialog
Offline
Last seen:1 day 8 hours ago
Staff
加入:2018-02-08 11:03
Hi ddustin,

Hi ddustin,

Could you please let me know if this ticket is related with the forum ticket below?

https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/chip-seemingly

Do you have the same configurations in both tickets? This means that the WDOG hit, so I would strongly recommend you to read section 5 Reboot Analysis – WDOG of theDebugging Techniques Tutorialdocument in order to find where the WDOG hits.

Thanks, PM_Dialog

ddustin
Offline
Last seen:1 year 3 months ago
加入:2016-04-20 22:12
Yeah the ticket is related

Yeah the ticket is related but the delay on these forum posts is so long I posted two for different parts of the problem.

I disabled the watchdog and the problem still happens. Does that mean it is not the watchdog?

当回溯崩溃是not inside the watchdog routine. It's an 'unhandled exception' from a SIGINT.

How do we go about diagnosing this issue? It is clearly not related to the watchdog because *this code works perfectly on the DA14683 daughter dev board*. It only fails on my own chip.

What could cause this to work on one circuit but fail on another circuit? How do we diagnose that?

PM_Dialog
Offline
Last seen:1 day 8 hours ago
Staff
加入:2018-02-08 11:03
Hi ddustin,

Hi ddustin,

Please check my answer in your second forum post:

https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-hardware-device-reference-designs/no-16khz

If the same firmware is running as expected in Pro-DK and not in your own board, this means that there is a hardware issues in your board. First step would be to review it according to hardware design guidelines from AN-B-061 document. Please check the power rails, the grounding and the soldering of your board.

Thanks, PM_Dialog