This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil's EventRecorder, is it soft device safe?

www.keil.com/.../uv4_db_dbg_evr.htm www.keil.com/.../EventRecorder.html

Keil worked in a new EventRecorder feature that uses some SWD buffer memory to push data out to the IDE/Debugger, and an XML format that makes this data useful and laid out logically. Like a really fancy Watch Window but with logging and defined meanings.

To use it one would call something like:

EventRecord2 (id+8bytes);

And define the ID and data in the XML file if you want a nice representation.

Is there any way to know this is or is not radio safe for BLE / SoftDevices?

Related