Initialization Sequence
An embedded application must itself properly initialize the CPU and surrounding components to be able to run correctly. There are however situations during development and production when it is beneficial to condition the system before the application runs.
These are some typical situations:
•Configuration of chip-select logic to allow download into memory devices not accessible after CPU is reset
•Configuration of system clock to allow faster JTAG clock operation, download, etc
•Disabling of watchdog timers
Initialization is only used with debugger attached. When the target is running standalone, the initialization is not performed and the target can behave differently. |
Default action is visible by clicking the Default button which opens a dialog:
•Before Program - Connect to SoC or
•Before Debug - Connect to SoC
where default initialization script is visible.
![]()
|
Infineon TriCore, NXP/ST Power Architecture, Renesas RH850: Do not have default initialization sequence, therefore the Default setting means disabled.
ARM Cortex: Some Cortex devices have (EVE) initialization file configured in the JSON file, which is visible in the device root SFR file.
Default settings are designed to work for the most cases. If they don't work for your case, follow the advice from Technical support. |
Refer to EVE Script User's Guide for more information on how to build and run EVE Scripts. |
winIDEA is distributed together with custom initialization scripts which are located in the SFR folder. Default settings should work in most cases. Configuration of other parameters can be set via dialog manually.
winIDEA can read these file types:
•winIDEA format (.ini)
•C++ files (.cpp) - EVE scripts
Open Hardware / CPU Options / Reset. |
Press Default and select Custom from the drop-down menu. |
Select an initialization script. |
Initialization script appears in the Scripts field.
![]() |
Edit script parameters. (optional) |
Click on the arrow button and select Parameters for .cpp file. Edit parameters in the Edit options dialog.
![]() |
Note that the same procedure is valid for Hardware / CPU Options / Analyzer / SoC Initialization Before Start. |
In the image above g_eTraceData0 and g_eTraceData0 is on PORT_7, which appears in the Scripts description field. Note that parameters can be set manually as well by typing in the Script field.
Connect section can read .cpp files only. |