Categories

Recently modified/created topics
Device/core is hidden or locked 30-Aug-2024
Devices or cores can be locked or hidden by the silicon vendor. In this case, a warning in the Progress window indicates that the device is not fully unlocked. Solution Create a ticket via the Support portal and provide the following information: Your exact location and company name Screen...
Arm Cortex-M: Target is in STOP-VCATCH after reset 11-Sep-2024
When the CPU executes a (watchdog) reset, it triggers a CORERESET exception. By default, the debugger is set to catch such an exception and halts the CPU, which is indicated by the STOP-VCATCH Debug status. Possible solution 1. Open Hardware | CPU Options | Cores . 2. Make sure CORERESET i...
USB driver issues 11-Sep-2024
During the winIDEA installation also the USB driver is installed. After powering the BlueBox, which is connected to the PC via USB, winIDEA shows errors, e.g. Communication Testvia Hardware | Debugger Hardware | Communication fails. When diagnosing USB communication related issues, it is a...
Force USB driver deletion 11-Sep-2024
Possible solutions UseCleanRegistry.bat For older winIDEA versions: 1. Run Windows Explorer and open%ProgramData%\isystem\drivers\WinUSB folder. 2. Right-click on the CleanRegistry .bat and select Run As Administrator. 3. A utility PcExec from Mark Russinovich (wininternals) will be execut...
How to reach maximum Flash programming performance? 11-Sep-2024
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 Check the frequency of the debug interface and set up ...
Infineon Aurix: How to disable Flash protection? 11-Sep-2024
Using dedicated initialization scripts, winIDEA can temporarily unprotect (and resume) Program Flash (PFLASH) Data Flash (DFLASH) Boot Mode Header Location (BMHD) before performing flash read/write operations into these areas. Flash protection password can be also entered as a script param...
winIDEA Callstack: Issues with display 11-Jan-2024
Callstack Window doesn't show current call stack content or displayed info is incorrect. Possible solutions: Compiler optimization Compiler can optimize the code to an extent that the required information being used by the debugger to extract theCall Stackcontextis not available or just no...
winIDEA: Variables missing from the structure 18-Apr-2024
Variables missing from the structure or two structures in the ELF with the same name but slightly different types are usually caused by compiler excessive code optimization. Possible solution: winIDEA offers an option to control the resolution of variable locations from Symbol table. 1. Op...
winIDEA: Cannot build EVE scripts 22-Jul-2024
You encountered an error message Can not build EVE script! See Progress view for errors when attempting to start the debug session. The error can be triggered when: Any of the files inside the installation folder winIDEA\eve or eveGcc folder are missing or corrupt Any of the device cpp/h f...
winIDEA Editor: Source-level debugging not available 23-Nov-2023
This topic describes what to do if winIDEA Editor window shows inconsistent or no glyph margin (grey strip or column on the left side of the Editor), icons (glyphs, LoC (Line of Code) markers, debug line symbols,...) for debugging of the opened source file thus disabling source-level debug...