I encountered the following problems with HALCoGen version 3.00.00 for the TMS570LS3137:
- The generated file sys_core.asm enables all interrupts, incl. the fast interrupts („cpsie if“), at the beginning of the start-up. Why?
- The channels 16 to 23 of the ADC1 group 1 can be enabled, but the converted values are always 0 and the conversion takes 0ns (according to HALCoGen).
- I would like to start an ADC1 and 2 group 1 conversion on every RTI compare 0 interrupt using the HW trigger. How shall I configure HALCoGen?