STM32WL and STM32WB in the same project
I am working on a battery operated design which utilizes the WB as the main logic CPU with a WL to connect to LoRa networks. This device is very small, putting the antennas uncomfortably close together. To avoid certification issues wed like to ensure we do not transmit on both devices at the same time.
Have there been any issues with certification reported when using both chips simultaneously?
We think, due to LoRa stack timing requirements, the easiest solution will be to pause BLE while transmitting on LoRa but there does not seem to be any convenient hook for pausing BLE communications in the SDK without completely shutting down and restarting.
Any general advice would be appreciated.
