Difference between revisions of "In Circuit Test"

From Flowcode Help
Jump to navigationJump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<sidebar>Sidebar: Flowcode Help Overview:ChipSpecific</sidebar>
 
<sidebar>Sidebar: Flowcode Help Overview:ChipSpecific</sidebar>
 +
ICT functionality is a key feature provided by Matrix's [http://www.matrixtsl.com/ghost/ Ghost Technology]. It allows monitoring of all the external signals of your target Microcontroller
 +
by displaying real time signal data onto the scope. Data busses can then be decoded with the data appearing in a nice formatted way on the console window.
  
 
+
When ICT is enabled or disabled there is no need to re-program the target device. Once ICT is enabled the Flowcode panels are temporarily disabled as they can no longer run their own simulation code.
ICT functionality allows monitoring of all the external signals of your target Microcontroller by displaying real time signal data onto the scope. Data busses can then be decoded with the data appearing in a nice formatted way on the console window.
 
 
 
 
 
When ICT is enabled or disabled there is no need to re-program the target device. Once ICT is enabled the Flowcode panels will no longer available as they will no longer be able to run their own simulation code.
 
  
  
Line 14: Line 12:
  
 
*Matrix EB006 PIC Multiprogrammer Version 9
 
*Matrix EB006 PIC Multiprogrammer Version 9
 +
*Matrix EB091 dsPIC Programmer
 +
*Matrix Flowkit II ICD tool - Compatible with Arduino and 3rd party hardware.
 +
*More coming soon...
  
  
==Enabling ICT==
+
==Ghost Settings==
 
 
The ICD/ICT feature must be enabled using the "Debug -> ICD/ICT -> Enable" menu setting.
 
 
 
[[File:ICDEn.jpg]]
 
 
 
 
 
==Configuring ICT==
 
 
 
[[File:ICDOptions2.jpg|right]]
 
 
 
[[File:ICTOptions.jpg|right]]
 
 
 
Once enabled you can configure the ICD and ICT Options by clicking the "Debug -> ICD/ICT -> Options" menu, this will open a new window containing the ICD and ICT options.
 
 
 
 
 
===Use EB006 v9 ICD===
 
 
 
Specifies if the v9 EB006 with Ghost Technology is being used. This settings needs to be enabled if your using a version 9 EB006 to allow the ICT functionality to be available.
 
 
 
 
 
===Enable ICT monitoring===
 
 
 
Specifies if the ICT feature is switched on or off.
 
 
 
 
 
===Overflow and wrap enable===
 
  
Specifies what the ICT functionality should do if it runs out of memory.  
+
Information on setting up and using Ghost is available from the link below.
  
*Unticked - ICT operation will pull through all the collected data and then end which will end the simulation.
+
[[Ghost_Settings]]
*Ticked - ICT operation will wipe the internal data and then resume ICT operation which will likely cause a glitch in the data but allow the ICT operation to continue.
 
  
  
===Sample Rate===
+
Information on using the oscilloscope window is available from the link below.
  
Specifies the digital sample rate used by the ICT functionality. This sets the rate at which we sample all digital signals. Only signals that have changed state since the last sample will be sent though the USB meaning the more that is going on the more data is required to keep track of the activity.
+
[[Oscilloscope]]
  
 +
==Configuring the data recorder window==
  
===Analogue Monitoring===
+
The daat recorder window can be automatically configured by simply adding certain components to the panels. For example an analogue based component will automatically create a analogue scope trace and a communications component will automatically create digital traces (the only requirement is that "Scope Traces" property be set to "Yes" as this defaults to "No"). Other pins can be easily added to the scope by using the ScopeViewer component available from the Component Toolbar -> Tools -> Matrix Tools.
  
Specifies the analogue pins we will sample during ICT operation. The analogue samples are interlaced into the digital samples so it is good practise to only enable the analogue channels which you specifically need to monitor.
+
[[File:datascope1.jpg]]
  
  
 
==Configuring the scope window==
 
==Configuring the scope window==
  
The scope window can be automatically configured by simply adding certain components to the panels. For example an analogue based component will automatically create a analogue scope trace and a communications component will automatically create digital traces. Other pins can be easily added to the scope by using the ScopeViewer component.
 
  
[[File:ScopeTraces.jpg]]
 
  
  
Line 81: Line 54:
 
Decoding is done by stopping the ICT operation and clicking the decode stream button which appears when hovering over the right portion of the scope window or by right clicking the scope trace.
 
Decoding is done by stopping the ICT operation and clicking the decode stream button which appears when hovering over the right portion of the scope window or by right clicking the scope trace.
  
[[File:ICTScope.jpg]]
+
[[File:decodeButton.jpg]]
  
  
 
Decoded data then appears on the scope and console windows.
 
Decoded data then appears on the scope and console windows.
  
[[File:ICTScopeData.jpg]]
+
[[File:pktDecode1.jpg]]
  
[[File:ICTConsoleData.jpg]]
+
[[File:pktDecConsole.jpg]]

Latest revision as of 11:29, 2 March 2017

<sidebar>Sidebar: Flowcode Help Overview:ChipSpecific</sidebar> ICT functionality is a key feature provided by Matrix's Ghost Technology. It allows monitoring of all the external signals of your target Microcontroller by displaying real time signal data onto the scope. Data busses can then be decoded with the data appearing in a nice formatted way on the console window.

When ICT is enabled or disabled there is no need to re-program the target device. Once ICT is enabled the Flowcode panels are temporarily disabled as they can no longer run their own simulation code.



ICT Hardware Targets

  • Matrix EB006 PIC Multiprogrammer Version 9
  • Matrix EB091 dsPIC Programmer
  • Matrix Flowkit II ICD tool - Compatible with Arduino and 3rd party hardware.
  • More coming soon...


Ghost Settings

Information on setting up and using Ghost is available from the link below.

Ghost_Settings


Information on using the oscilloscope window is available from the link below.

Oscilloscope

Configuring the data recorder window

The daat recorder window can be automatically configured by simply adding certain components to the panels. For example an analogue based component will automatically create a analogue scope trace and a communications component will automatically create digital traces (the only requirement is that "Scope Traces" property be set to "Yes" as this defaults to "No"). Other pins can be easily added to the scope by using the ScopeViewer component available from the Component Toolbar -> Tools -> Matrix Tools.

Datascope1.jpg


Configuring the scope window

Packet Decoding

Communications buses can be decoded using the ICT feature to work out what values to bus is sending out an receiving.


Supported Busses

  • UART (RS232, GSM, GPS, Modbus, Bluetooth, ...)
  • SPI (SPI Master, FAT, EEPROM, RTC, ...)
  • I2C (I2C Master, Accelerometer, EEPROM, RTC, ...)


Decoding is done by stopping the ICT operation and clicking the decode stream button which appears when hovering over the right portion of the scope window or by right clicking the scope trace.

DecodeButton.jpg


Decoded data then appears on the scope and console windows.

PktDecode1.jpg

PktDecConsole.jpg