🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

NXP/ST Power Architecture: Download/reset does not work

22-Oct-2024

Certain PowerPC chips have escalation counters. These counters will keep track of consecutive resets and, if there are too many in a short time, the chip goes into a permanent reset. As a result, winIDEA cannot establish a debug session since the chip is in reset.


Solution

The solution is to reset the escalation counters to their initial values, which can be done with an initialization file. This is an example of an initialization file that resets the FRET and DRET registers on MPC5746C:

A 0xF7FA8604 L 0x0 	// Reset RGM_FRET
A 0xF7FA8608 L 0x0 // Reset RGM_DRET


More resources in winIDEA Help

Was this answer helpful?