Hello!
We are working on a project that uses a MSP430F5359 and a PAN 1326B bluetooth chip, we are using Bluetopia 1.5 R2 as bluetooth stack. We have a problem when we receive a bluetooth message and at the same time a other interrupt from e.g. a sensor or push button. The MCU is handling the flow control interrupt (RTS/CTS) and then receives another interrupt (e.g. sensor is triggerd) or vise versa. This results in a MCU crash, atleast we think it's a crash since we added a life beat (a buzzer sound) that is heard every four seconds. After the "crash" the beat is not heard anymore.
Does anyone have a idea? Can we regulate the interrupts more? We think that the problem might lay here.