error

Persist error data across reboots

Tue, 2019-05-28 17:01--pvmellor

If the watchdog fires and the NMI handler is called, a range of error parameters are collected together in the platform code. However, we cannot attach a debugger at this point in our field deployed products, so we cannot get the error information.

We would like to take the error info and store it somewhere; then do a reboot; then access the error data again so it can be sent off to our host in a message (we do not feel we can still send a message reliably in the NMI handler itself).

How to fix "# error "Production mode build: Please define an appropriate code location!""

Sat, 2019-05-25 06:19--thegodfather

Hello,

I keep getting this error when I try to build a program:

Description Resource Path Location Type
#error "Production mode build: Please define an appropriate code location!" config.c /startup line 465 C/C++ Problem

#if (dg_configIMAGE_SETUP == PRODUCTION_MODE)
# if (dg_configCODE_LOCATION == NON_VOLATILE_IS_NONE)
# error "Production mode build: Please define an appropriate code location!"
# endif

I'm not quite sure how to fix this error. Any suggestion would be helpful.

-谢谢

Debug Error information, device can't be found

Thu, 2017-01-26 02:44--jamesleo-konka

Hi, Team
I've build the demo project ble_adv (release QSPI)
And then I debug it ,there are many error information:
-------------------------------------------------------------------------------------------
SEGGER J-Link GDB Server V5.12f Command Line Version

JLinkARM.dll V5.12f (DLL compiled May 17 2016 16:03:35)

Failing to Detect on LE Scan

Wed, 2016-08-24 18:24--Dylan Holmes

Hey, I have a hardware unit which uses the DA14580 in PAN1740 Bluetooth module.

And I am trying to connect to it via a custom Android application I made.

一切都工作好当我在我的啊ffice or at home (low population areas).
However, if I go to a location with high population, such as an airport or big hotel my Android application with fail to find my hardware, it will just receive a NULL device when scanning.

Does anyone here know what exactly may be causing this (interference, improper software side handling, etc)?

Regards

error in documentation of GAPC_DISCONNECT_IND in RW-BLE-GAP-IS

Tue, 2015-01-20 16:53--MichaelKopp

Hi,

I guess, there is an error in RW-BLE-GAP-IS concerning GAPC_DISCONNECT_IND:
The payload consists of 3 bytes, first two are the connection handle (missing in the documentation), third is the reason (which is documented).

See the struct gapc_disconnect_cmd in gapc_task.h.

Cheers,
Michael

Subscribe to RSS - error