Other Parts Discussed in Thread: CC2540
Tool/software: Code Composer Studio
Device: CC2640R2F LaunchPad
CCS Version: 7.1.0.00016
BLE SDK 1.35.00.33 for CC26040R2 LaunchPad
BLE Device Monitor 2.5.0 with attached CC2540 USB dongle with HostTestApp programmed (Central device)
I have an example application similar to the SimplePeripheral app project loaded on my CC2640R2F Launchpad board, connected via BLE device monitor using a CC2540 USB dongle as the central. I can make a connection and do discovery with my debugger connected and without my debugger connected. However, when trying to write to characteristic values, if I have my debugger (the onboard launchpad USB debugger) connected and running the application and I write to a characteristic, I see that I dont get a Write Response back in the BLE device monitor (I get a "WriteRsp failed" popup), and my BLE connection drops. When my debugger is not connected, I receive the write response just fine and everything seems to work correctly.
Has anyone experienced this? Does anyone know why the write responses dont work correctly only when the debugger is connected? Thanks