Hello,
I'm using a MSP430F5529 microcontroller for my project and i want to run sys/bios . The system is configured as following:
->Hwi:
Handle : USCI_A0
ISR Function: usci_a0_handler
Priority: 56
void usci_a0_handler()
{
Swi_post(mySwi); /*my swi is defined somewhere else*/
}
The problem is the ISR function doesn't react to any interrupt.
I have to mention here, the clock is 12MHz .