User Activity

I have connected a peripheral to STM32WB via I2C,.The functions HAL_I2C_Mem_Write() and I2C, HAL_I2C_Mem_Read() are designed for upto 16 bit register address. (The function checks if MemAddSize is 8 bit or 16 bit).Do I have to rewrite the implementat...
I have observed, using a frequency counter, that the HSE clock on Nucleo board (after using the calibration value in the OTP memory) is off by around 20ppm. I have configured the SYSCLK to HSE_SYS. Now, HAL_GetTick counts the tick from the derived c...
I am trying to understand what parameters I could change to increase throughput. In the file app_conf.h/** * Maximum supported ATT_MTU size */ #define CFG_BLE_MAX_ATT_MTU (156)   /** * Size of the storage area for Attribute values * ...
//main.c file /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "usb_device.h" #include "gpio.h"   /* Private includes ----------------------------------------------------------*/ /* USER CODE...
I am getting stuck at SVCCTL_UserEvtFlowStatus_t SVCCTL_App_Notification( void *pckt ) function inside app_ble.c. Is there any documentation which would tell how this part of the code is written?
Kudos from