Hello.
As I see there is AHB bridge in RM48L952 so background memory access may be used to get RTT working.
Is the part of .JLinkScript file to setup for use AHB instead of APB correct?
/*********************************************************************
*
* InitTarget
*/
void InitTarget(void) {
Report("J-Link script: InitTarget()");
//
// Reset debug logic in order to make sure that ONLY the ICEPick is in the JTAG chain
//
JTAG_TRSTPin = 0;
SYS_Sleep(50);
JTAG_TRSTPin = 1;
SYS_Sleep(50);
JTAG_Write(0x1F, 0, 6);
_InitIcePick();
CORESIGHT_IndexAHBAPToUse = 0;
}
I get that TMS570.JLinkScript from CCS v6.2
As I see there is AHB bridge in RM48L952 so background memory access may be used to get RTT working.
Is the part of .JLinkScript file to setup for use AHB instead of APB correct?
/*********************************************************************
*
* InitTarget
*/
void InitTarget(void) {
Report("J-Link script: InitTarget()");
//
// Reset debug logic in order to make sure that ONLY the ICEPick is in the JTAG chain
//
JTAG_TRSTPin = 0;
SYS_Sleep(50);
JTAG_TRSTPin = 1;
SYS_Sleep(50);
JTAG_Write(0x1F, 0, 6);
_InitIcePick();
CORESIGHT_IndexAHBAPToUse = 0;
}
I get that TMS570.JLinkScript from CCS v6.2