Hi all,
We are working on a custom PCB design that uses the PAN1326 chip. We use the Bluetopia stack and we are using the Bluetooth classic protocol. We have connected the CTS and RTS on P2.3 and P2.4 (we are using the MSP5438A as MCU).
We have buttons, and sensors on the other pins of P2 and P1, these can cause interrupts. When we have no other interrupts the communication is fine, we send a message and get a ack message back, this messages are made up of a couple of bytes (32).
We also use Led's on I2C busses but when a the LED's flashes and we receive data from the Bluetooth then there connection is lost. The SPP callback gets a remote close port event, but we don't close the port. This also happens when we pressed the buttons (that triggers a interrupt on port 2.
Does anybody have a idea what the problem might be? All tips and feedback are welcome!