Ok. I allowed PE to generate the ISR code in events.c
The TimerInt component name is LoopTimer.
The name of the ISR is LoopTimer_OnInterrupt()
I have also selected RTIfree as the periodic interrupt source.
I compile and load to the product, When I debug this and single step through the ASM code, the product resets as soon as the _IE() statement is executed.
Does this mean that there is some other ISR missing? Vtri is defined in Vectors.c. What else is missing?
Oddly, this problem only exists when I have fully defined all pins on the micro using PE. I can get this to work if it is the only PE component. So, there must be some interaction with another component in my product configuration.
Can you provide any guidance here?