Categories

Recently modified/created topics
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...
C compiler: Error: syntax error - token "<token>" inserted before "<text>" 15-Nov-2024
The description of the C compiler error E208 is generic as it does not clearly explain what is wrong. Furthermore, the source code line indicated by the error message is not necessarily where the root cause of the error is present. The cause of the error itself is often trivial. Below are ...
TLM: How to raise priority of the primary Ethernet adapter to assure proper security ID? 15-Nov-2024
The TLM system does not have an option to select which MAC address has to be used by the license server. It uses the primary Ethernet adapter of the system for this purpose. Usually, the operating system automatically sets these priorities, at least on Windows. When using virtual machines ...
Memory usage information included in a map file 15-Nov-2024
The available on-chip memory of an Infineon AURIX family derivative is distributed across various memory areas. You need to be aware of the extent to which the application code and data use individual memory ranges. This can indicate potential bottlenecks that may require you toadjust the ...
Section is not assigned to an LSL group as expected 15-Nov-2024
When you use an LSL group to select sections, for example, for a dedicated placement in memory, a section might not be assigned as expected. This may be due to the wrong space selection in the section_layout in the LSL file. Possible solution Although group names are optional, consider usi...