Tool/software:
Hi, Dear Expert
I saw some printf in *.gel, examle like,
hotmenu AM62A_DDR_Initialization_ECC_Disabled() { if( (HW_RD_REG32(AM62A_DDRSS_CTL_BASE + DDRSS_CTL_0__SFR_OFFS)&0x0000FFFF) != 0x0000) { printf("\n"); printf("DDR programming has already been attempted. \n"); printf("DDR Initialization GEL script is being skipped...\n"); printf("\n"); } else { TI_disable_ECC(); if(DDR_MODE == DDR4) printf("--->>> DDR4 Initialization is in progress ... <<<---\n"); else if(DDR_MODE == LPDDR4) printf("--->>> LPDDR4 Initialization is in progress ... <<<---\n");
But I can not see print out in CCS console output, How to enable it?
Thank You.
Gibbs