Hello everyone,
We have been working with CC2564MODA for some years now, using an HFP + WBS Bluetooth profile. The product we developed is functional and meet the client expectations. Thus, we decided to re-use this module on a new product which also requires a Bluetooth HFP profile.
The 2 products mentioned above use a STM32L4 microcontroller: the old product uses the STM32L433 and the new one uses the STM32L496. The stack previously developed is expected to be compatible with the new product (excluding minor stuff like pin assignment).
Our issue is :
the STM32L496 correctly communicates with CC2564MODA. Startup, connectable, pairable, discoverable, HF server opening, … processes are working fine. We can see the Bluetooth device with a phone, a laptop, …
But it is impossible to connect the device. On the microcontroller side, there is no event to indicate a connection attempt (even probing the UART bus line, it stays idle). We logged two connection process: the succesful one on the old device and the failed one on the new device.
Could you please help me on this subject?
Thanks in advance,
Alain.