Skip to main content
Kyuns.2
Associate II
June 15, 2022
Question

BLE problem with STM32WB55CG

  • June 15, 2022
  • 1 reply
  • 921 views

Hi, Everyone. I have encountered a problem in using BLE with STM32WB55CG. I made custom STM32WB55CG board and the schematic is below.

When I was testing the functions of the MCU, there was an abnormality in the BLE function. All other peripherals worked well.

When I put the code on NUCLEO WB55, BLE worked normally, but when I put it on my board, the BLE didn't work.

I'm using 2450AT43B100 chip antenna from Johanson.

​Will be greatly appreciated if anyone can help me to solve this frustrating problem.

0693W00000NruqGQAR.jpg

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
June 15, 2022

"there was an abnormality in the BLE function"

So what, exactly, was that "abnormality" ?

What testing/investigation/debugging have you done to find the problem?

"When I put the code on NUCLEO WB55, BLE worked normally, but when I put it on my board, the BLE didn't work"

Rather suggests a problem with your board.

Have you carefully reviewed your board (layout, schematic, etc) against the Nucleo board?

Have you used the debugger to compare what happens on your board against what happens on the Nucleo?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.