The scripts TC3xx_PFLASH_Inject_ECC_error.py TC3xx_DFLASH_Inject_ECC_error.py which are distributed with winIDEA, program a memory page to either PFLASH (address 0xA0000000) or DFLASH (address 0xAF000000).Then they turn auto ECC code generation OFF and use the same codefor reprogramming wi...
This guide helps with the transition from using the INI files to using winIDEA GUI settings to configure synchronization and peripheral suspension. If you are also migrating from an old winIDEA version, please refer to the general transition guide as well. In the older winIDEA versions ( 9...
The internal watchdog continues to run when the application is stopped (the microcontroller is in debug mode). In such a case, the Watchdog could reset the microcontroller, and the debugger would lose control. Possible solution Disable the Internal Watchdog .
Whileoperating with two or more winIDEA instances,issues can occur. Check whether you have: Opened a workspace for a specific core from the primary winIDEA instance via Debug | Core | CPUn ? Do not open it from a Windows directory. Opened a TRD file from winIDEA instance via View | Analyze...
You would like to synchronize: The basic debugging operations across multiple winIDEA instances, independent of the BlueBox platform and processor family The execution of a custom Python script using the winIDEA SDK Solution With emuSync, you can keep track of many different winIDEA applic...
With version 9.21, winIDEA IDE confronted a few changes. One of the changes affected are commands Load Code Load Symbols winIDEA 9.17 The configuration for Download Files (Load Code) and Symbol Files (Load Symbols) was accessible from a single menu, Debug | Files for Download | Edit . winI...
AURIX devices have several sensitive modules/areas (BMHDs, HSM, UCBs), which could lock the device permanently when configured incorrectly. To prevent locking your device follow these recommendations: Image checker Use theImage checker during UCB or HSM code programming. A separate license...
When trying to perform a BlueBox firmware update, the update fails. The issue can manifest itself in a variety of ways, from winIDEA becoming unresponsive for a while to an error message stating Emulator Boot error . The result is always the same: when checking the firmware version, the ve...
If the DHCP server is unavailable or the BlueBox cannot be discovered because it is not within the same broadcast domain, you must manually assign the IP address. If the BlueBox is configured to acquire the IP address from a DHCP server, but this fails, it will use the IP configuration spe...
Programming applications to a microcontroller can take a lot of time, especially if the application is large, the storage device is external memory and the data rate is slow. Possible solutions Minimize download time - general settings Make sure Use buffer compression and Use hash verifica...