These tips help you resolve issues when connecting winIDEA to a BlueBox via USB on Linux. 1. Verify environment variable WINEDLLPATH The folder containing winIDEA.exe must be included in the environment variable WINEDLLPATH . This is normally set automatically in the winidea.sh script whic...
Error message AGBT FIFO overflow indicates that TriCore’s internal FIFO overflowed, which means that in a short time too many trace messages were written into FIFO. The below steps explain on the TC3xx example how to define custom triggers and use an algorithmic approach to find two or mor...
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 Mass Erase of the chip, you get an error, e.g. UMI error. Formass erase to work, the CPU should be stopped. In case you have a multi-core device, the non-primary cores should be stopped as well. Possible solutions Check the log For more information regarding UMI er...
Note that e very BlueBox must have a unique IP Address. If more BlueBoxes are connected to the Ethernet and have the same IP Address set, only one will be active. BlueBoxes using network connections must be located in the same Broadcast Domain. Possible causes and solutions IP Address is i...
Using Logical Built-In Self Test ( LBIST) can cause unexpected resets of the CPU, which disables debug communication and deletes all breakpoints. Possible solution Enable option Quick LBIST detection in Hardware | CPU options | SoC . Explanation Quick LBIST detection means that debug statu...
Possible solutions Use the latest verified build Open the Downloads web page. Close all non-essential windows Leave open only the Editor and Disassembly window. Disable Real-time update Right-click in the Special Function Registers window. DisableCache real-time accesses Go to Debug | Debu...
Possible solution 1. Turn off all BlueBoxes connected to the PC. 2. Open the Registry Editor as an administrator. 3. Navigate to the Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\ and expand the folder. Inside that folder is a list of PIDs which are available. 4. All the ke...
With Target Download functionality, you can write to memory from a file without resetting your target system. Solution 1. Open Debug |Configure Session |SoCs | Target Files . 3. Add files you want to write to the target memory. 4. Go to the Startup page and s elect Target files in the Targ...
winIDEA relies on CMake's File API to obtain information about the project beyond the required CMake Presets file and will show a "No index file" error when it doesn't receive the expected reply from the API. The Configure and Build Presets have likely been correctly defined, but a success...