Hello.
Can someone please tell me how to enable the rx interrupt for SCI1??
I have the RE and RIE bits enabled and if I poll the RDRF flag, I rx OK, but the ISR is not triggering!
I've looked at the .s32 and MAP files and see that the address of the ISR is correctly programmed at Vector 82 for the SCI1 rx interrupt. When I set a break-point in the ISR it does not trigger, which leads me to believe that the interrupt hardware is not working correctly.
Is there a GIE bit (like microchip has) or something that I'm missing?
I'm using CodeWarrior v11.1 with the Universal Multilink FX.
Thanks for any help you can provide!