Your basket is currently empty. |
A Debugger or Emulator allows you to test and debug your code on your target microcontroller by stepping through the code or by adding breakpoints to stop the code.
This allows you to check the state or value on pins or in registers. They connect to your development software to debug code in real time.
Logic Analysers or Analyzers allow you to capture signals on your communication bus or on chip pins. They can analyse raw data or can be configured to capture specific protocols for easier anaylsis, such as SPI, I2C, JTAG etc.