This website uses cookies so that we can provide you with the best user experience. To read more about the cookies we use and to change your settings see our Cookies Policy.
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...