This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 sys/bios

Other Parts Discussed in Thread: MSP430F5529

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 .