Other Parts Discussed in Thread: HALCOGEN
Hi!
I have a basic but not so easy question.
I learned interrupt handing with Cortex M devices. The procedure was simple: activate the desired interrupt from the HAL config, then go to a .c file that ends with "it", located in the source folder of the proyect, to find the right function (callback) to use. The vendor usually provides callbacks that come from a parsing of all possible interrupts sources of a peripheral, and are defines as "weak". I simply take those and define my own functions.
The problem I'm having is that I can't find the analog procedure with this TMS570 microcontroller and HalCoGen. I can't find that parsing of all possible interrupt sources of a peripheral, and I can't find the "weak" callbacks.
Can you help me with the right procedure?
Thanks!