User Activity

Hi,i am working on stm32wb55 nucleo board.I want to read data form one location of internal flash e.g 0x08047000 and write into the other location e.g 0x08007000.i found there is HAL_FLASH_Program API available to write data into internal flash but i...
Hi,I am working on stm32wb55 NUCLEO Board.I run sbsfu default code and userapp run correctly.Now i replace userapp with my customize app with few feature enable and it's working fine.If i add further features(additional code) it hang after printing b...
Hi,Can any one guide me how can i enable debug messages in BLE_HeartRateFreeRTOS demo.i have enable below macro but doesn't get any success#define CFG_DEBUGGER_SUPPORTED  1#define CFG_DEBUG_BLE_TRACE   1#define CFG_DEBUG_APP_TRACE   1#define CFG_DEBU...
Hi,Is there any example/Demo available which represent complete BLE security. i.e Paring using numeric comparison method and also only authorized person can read or write BLE characteristics.How we can implement such kind of security in stm32wb55. Pl...
Hi,I am replacing Standalone Loader(Ymodem serial) and porting BLE_OTA in SBSFU as mention in AN5056 section 8.4 How to replace the standalone loader with a BLE OTA loader i am successfully ported and run BLE OTA but as wireless stack not started it ...