User Activity

I have been getting warnings similar to the following when I link with LinkLayer_BLE_Full_lib.a and stm32wba_ble_stack_full.a.  output.axf is the executable elf file.  objdump is from Ubuntu 23.  objdump -g 'output.axf' > 1.txtobjdump: Warning: Inval...
assert_failed() is being called inside BleStack_Init() with USE_FULL_ASSERT defined.  By default, Stm32CubeMx does not define USE_FULL_ASSERT so assert_failed() would have never been called.  Either way, BleStack_Init() returns zero causing APP_BLE_I...
Where can I find the SVD file for the stm32wba52? Sincerely,Dana
I am getting invalid values for the device id and package data from the STM32WB55 on a P-NUCLEO-WB55 Nucleo board.I am getting a value of 0x26 for the Device ID in the UID64 at 0x1FFF7584. And I am getting a value of 0x13 for the package type in the...
Kudos given to