πŸŽ‰ We're happy to announce new public releases πŸŽ‰

  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety critical embedded software development on Arm cores
Contact us to get access

Renesas RH850: Trace overflows

27-Nov-2023

Coding empty or very short program loops in embedded applications can cause CPU program trace overflows. Too many branches coming in succession are overwhelming the internal CPU trace logic that just can’t keep up with a torrent of branch messages. Possible solutions are:

  • Snooze
  • Halt instruction
  • Low power mode
  • Configuring trace trigger and qualifier


More information in winIDEA Help Trace overflows.

Was this answer helpful?