QUICK START
Debug
The operating system offers the
debug()
function to be placed in source code wherever you wish to stop and
display internal variables and registers. After selecting the
Skip Breakpoint
button the application continues running
until next
debug()
function is encountered and so on. If more debug instances is set at the same time, the
W
register
(MCU accumulator) should be used to distinguish the active breakpoint location. Macro
breakpoint(w)
can be
used for simplicity. See
IQRF-macros.h
header file and basic example E06-RAM for explanation.
Example
Application examples
The Startup Package contains demo programs:
•
For DPA
•
Custom DPA handler examples
•
For non-DPA
•
Basic
To get familiar with simple TR operation and OS functions
•
Advanced
More complex
•
DDC
For IQRF DDC development kits
•
IQMESH
Networking
© 2015 MICRORISC s.r.o.
www.iqrf.org
Quick_Start_Guide_IQRF_ 150805
Page 10