winIDEA SDK
Misc

webserver.py

This script runs a web server, which provides page with target variables and their values.

Real-time access is used when reading variables via isystem.connect.

service_call.py

This script demonstrates usage of service calls to winIDEA. This is advanced usage of isystem.connect - use it only when instructed by iSYSTEM support.

service_functions.py

This script demonstrates misc. isystem.connect functions.

stack_frames.py

This script shows how to get stack frames from target.

global_symbols.py

This script shows how to get global symbols (variables, functions, types, ...) for all download files in a project.

daq_recorder.py

This script simply connects to a most recently used instance of winIDEA and starts recording data using the fast data acquisition (DAQ) controller. In order to do this the application must be running on the target otherwise no data will be received.

disassembly.py

This script demonstrates retrieval of disassembly information. Object code information is printed for several lines of function main().

emmc_example.py

This script demonstrates usage of class CEMMCController.

array_chart.py

This script plots values of target arrays given as command line args.

invoke.py

This script demonstrates usage of invoke() call.

invoke_oscontrol.py

This script demonstrates usage of invoke() call for OS control.

target_call_with_trace.py

advanced_local_launching.py

advanced_winidea_launching.py

winidea_instance_enumeration.py

connect_to_winidea_version.py

find_free_emulator.py

show_connection_status.py

show_type_hierarchy.py

dynamic_options.py

mpc5xxx_tlb_read_write.py

analyze_call_tree.py

trace_coverage_profiler.py

read_uint64.py

require_version.py

connect_to_multiple_winideas.py

ADIO_usecases_example.py

This script demonstrates the automated usage of ADIO in different use-cases, as described in winIDEA Help

CANLIN_use_case.py

This script demonstrates different use cases for CAN/LIN Add-on module, as described in winIDEA Help

Workspace configuration

create_ws.py

This script demonstrates how to create and configure a winIDEA workspace using the SDK.