Hello,
I tried the HALCoGen ver 2.07.000 for configuring the RTI module of TMS570LS20216.
1. After saving the project i tried and generated the files. Imported these generated files into CCS but when trying to compile - error is shown that "SYS_PRE1" is undefined. Can anyone suggest why this happens even though i configured the it properly in the HALCoGEN( snapshot added as an attachment) ?
2. Also why this operations in the statement below when the bits 10 - 31 are all invalid in that register.
/** - Setup RTICLK1 and RTICLK2 clocks */
systemREG1->RCLKSRC = (1U << 24U)
| (SYS_VCLK << 16U)
| (0U << 8U)
| SYS_PRE1;
Thanks & Regards,
Renjith George