User Activity

I want to add I2C support to a BLE sample project, in particular BLE_Beacon or BLE_Peripheral_Lite.In CubeMX on non-BLE projects I can select PB6-PB7 for SCL-SDA respectively.In a BLE project there is a clash with TIMER and the I2C code is not genera...
I'm testing the sample project BLE_p2pServer on STM32WB09.When the low-power mode (LPM) is not activated (CFG_LPM_SUPPORTED = 0 in app_conf.h) the project works OK.To activate LPM I set CFG_LPM_SUPPORTED to 1, but that doesn't work and there is no ad...
I'm trying to import the sample project BLE_Skeleton. On build I get the following error:fatal error: osal.h: No such file or directoryThe same error occurs for other BLE sample projects.The error also happened for BLE_p2pServer but was fixed.When ca...
1. In wake-up what is the relation between the threshold (WAKE_UP_THS 34h) and the angle an axis rotates ?2. What is the angle relates to when a relative reference is used ?