Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi all,
I am following example_etpwm_ecap in HalCoGen, which suggests enabling interrupts through _enable_interrupt_(); For some reason this function not recognised by the compiler. I have substituted it by _enable_IRQ(); and it seems to work.
Is this normal? Should the compiler recognise the function? Or is it deprecated for some reason?
I see that HalCoGen the documentation does describe the _enable_interrupt_(); function, hence my confusion.
Thanks,
Sofia