Other Parts Discussed in Thread: CC2564
Hello,
I'm new to the world of BT, so I appologize if my question is basic.
Using the CC2564MODNEM board, and the examples on the TI website to connect to STM32F4.
I did all STM32F4 porting needed to the code (as described in "Bluetopia STM32F4xx Porting overview")
I run the SPPDemo. All ok.
Now trying to run the A3DPDemo.
The CC2564MODNEM board is connected to the SM32F4 Discovery board via UART only.
The Audio/PCM from the CC2564MODNEM board is connected to a coded (I believe this is called assisted A2DP).
Running the A3DPDemo Project on the STM32, pairing to an Android device succeeds, and music the was playing on the Android device now goes "mute".
"SendPassThroughCommands" with pause/stop, works just great. The player on the Android device pauses/plays.
The problem is - no signal is active on the RF2/P11 (AUD_FSYNC_IN), therefore - no signal at the codec and no sound from the speakers... :-(
What is wrong?