Categories

Recently modified/created topics
TLM: F104: protection error: No license key found for product code SW160800 22-Nov-2024
This article is valid when the toolset is working fine on another PC with the same installation and settings, but not on this one. The license key or file cannot be found because its location is unknown to the licensing system. Possible solution Check the environment variables of your PC b...
TLM: Error: E1067: The process terminated unexpectedly 22-Nov-2024
If you use a local license server, it listens on port 9090 by default. If this port is already in use by another application, the TASKING License Service under Windows cannot start and Windows will display the following error message: Windows could not start the TASKING License Service ser...
TLM: How do I know my local license server is up and running? 22-Nov-2024
You can inspect the actual status and log information of your local license server by running a browser on this server using the following address: http://localhost:9090/stats To check if the server can be reached from a client, open the below URL from the client PC: http:// lic_server_hos...
Infineon AURIX: Disable interrupts when CPU is stopped during single stepping 22-Nov-2024
Solution Enable option Clear ICR.IE when CPU stopped in Hardware | CPU Options | SoC Advanced .
Arm Cortex: L1 cache Write-through 20-Nov-2024
In general, for a real-time observation of the variables these must be written in the data memory and not for example only held in the cache since cache memory is not visible to the debugger. If you want the "cached only" variables to be seen by the debugger, you will need an EVE script or...
Where I can find a hardware serial number? 20-Nov-2024
Solution The hardware serial number (SN) is located on the bottom of the hardware tools: BlueBox Active Probe Debug Adapter The position of the hardware serial number can vary because of the different sizes of the debug adapters.
NXP S32K14x: Mass erase is not working 19-Nov-2024
Most common reason is using authentication keys when partitioning the FlexRAM to EEPROM. Authenticating and removing this authentication by using CSEc keys is not supported by winIDEA. The partitioning can only be reversed manually. When no authentication keys are used , the EEPROM section...
TriCore Compiler Internal Generated Sections 19-Nov-2024
This application note provides details on the internal sections that are generated in addition to the normal code and data sections. It walks you through the following compiler-generated internal sections and describes how they can be utilized: Initializers: *.n.ini.* String literals: *.n....
Linker Script Language (LSL) tips & tricks for the TriCore toolset 19-Nov-2024
This application note provides several helpful tips and tricks to help you use Linker Script Language (LSL) effectively in a TriCore VX-toolset. The key topics include: LSL code core association and data core association Using the overflow keyword for distributed output sections Using the ...
Arm Cortex-M: Locked/secured device 18-Nov-2024
Possible solution 1. Select Debug |Prepare to Attach . 2. If using Hot Attach, follow the Hot Attach procedure to safely attach to the Target. 3. Select Hardware |Scripts |Unsecure (can also be Chip Erase or similar). This operation needs JTAG/SWD debug port to be accessible. Devices, wher...