Difference between revisions of "In Circuit Debugging"

From Flowcode Help
Jump to navigationJump to search
Line 7: Line 7:
 
[[Using The Icon Lists Pane|Breakpoints]], single stepping, variables [[Watch Window]] and other simulation features also work seamlessly with the ICD functionality.
 
[[Using The Icon Lists Pane|Breakpoints]], single stepping, variables [[Watch Window]] and other simulation features also work seamlessly with the ICD functionality.
  
 
+
[[File:Gen_In_Circuit_Debugging_ICD_Flowchart.png]]
'''<img>'''
 

Revision as of 13:02, 31 May 2013

It is now possible to do in circuit debugging using Flowcode and either our v7 EB006 or our ICD tool hardware. The ICD feature is enabled via the Project Options window. Once enabled a user can toggle simulation and ICD mode via a tick box from the 'Debug' menu(Debug > ICD Mode).


When ICD is enabled you must re-program the target device to allow the ICD code to be loaded onto the target device. Once the device has been programmed it will stay in a waiting state waiting for Flowcode to allow it to start running. Clicking the simulation run or step buttons in Flowcode will trigger the target device to react accordingly. Clicking the simulation stop button will reset the target device so that it restarts from the very start of the program.


Breakpoints, single stepping, variables Watch Window and other simulation features also work seamlessly with the ICD functionality.

Gen In Circuit Debugging ICD Flowchart.png