User Activity

I wonder why are all ACI commands, that imply using pointer-to-const parameters actually use non-const ones? Is there any reason? Will it ever be fixed?For example:tBleStatus aci_gatt_add_service(uint8_t Service_UUID_Type, ...
I'm trying to perform I2C read from external EEPROM upon characteristic value change.I'm able to read from EEPROM before advertisement stage.I'm using sequencer to put char_value_handler in the main thread.But HAL_I2C_Mem_Read() returns HAL_ERROR.The...
CubeIDE 1.1.0STM32Cube_FW_WB_V1.3.0Trying to make DMA transfer ADC results.I'm putting code in main() after MX_..._Init() and before while(1) {}HAL_ADC_Start_IT(&hadc1); works fineHAL_DMA_Start_IT(&hdma_memtomem_dma1_channel2, (uint32_t) src, (uint32...
I'm trying to program BLE stack on a custom board based on STM32WB55CG. I'm using SWD, CubeProgrammer 2.2, CubeFW_WB 1.1.1.First I've successfully performed -fwdelete. But then I got "Firmware not authentic" error trying to make -fwupgrade. So I've s...
I'm trying to flash example firmware (BLE Sensor Demo) from STSW-BLUETILE-DK 1.2.0 to BlueTile using BlueNRG-1_2 Flasher v3.1.0. I' getting green LED On on BlueTile (as if it is still flashing) instead of blue LED (when it is advertising). No adverti...
Kudos from