Unexpected different results when building BLE_TransparentMode example
I've tried building and flashing the same BLE_TransparentMode example on an STM32WB5MMG-DK board from two different sources which gives me two separate results.
Once straight from the latest MCU package found in https://www.st.com/en/embedded-software/stm32cubewb.html and another from STM32CubeMX with all parameters like the WPAN library included, the correct BLE stack binary on the coprocessors, etc.
When I flash it from the MCU package folder I've gotten it to work properly and when I measure Jumper 1 (JP1 connected to the ble module) I get a current consumption value of 10.90 mA. I am also able to use all the example program's functionalities.
However, when I build (using STM32CubeIDE toolchain and flash from the project created by STM32CubeMX I suddenly see a current consumption of 11.50+ mA and when I try to use STM32CubeMonitor-RF I'm unable to connect to the board. Adittionally the LED screen doesn't show anything even tough it should so it seems that the program flashed using this method is not correct at all even though the build and flashing process raised no errors.
I'm wondering if these are supposed to be the exact same program how can they give such different results when flashed onto my device?
