I have a application where stm32wb5mm is acting like a beacon. I got it to advertise configured data, now I am trying to advertise temperature measurement, for this, I need to dynamically update adve...
Hi
If I understand correctly, this table in the datasheet says WB55RC family which I have a 256K flash type, should allow me to have 128K SRAM 64KB SRAM1 and 64KB SRAM 2
But the cod...
Hi, I am using a custom PCB with SM32WB5MM module. I am reading a temperature sensor and I want to update its value to the advertising package in "a_AdvData". For this I made a "shared_vari...
Hi, i'm trying to work with Sigfox and MB1779B board. I try to connect with cube programmer and V3miniE. here is the log : is there a procedure to connect to board ? thank you
Hello, I'm having some trouble using adc with dma and HAL. I noticed that in function HAL_ADC_Start_DMA Length parameter is multiplied with 4. Shouldn't be 2 (16 bit data from adc)? File stm32...
I'm developing a low-power device using the STM32WLE5. To reduce power consumption of the peripherals (sensors / display / eeprom) during the sleep of the MCU, all these peripherals are switched off...
Hi, I am trying to pair STM32WB55 (slave) with windows (master) on a custom setup. While pairing, I am getting this error. The STM32WB55 must have no IO capabilities, and hence configured as N...
Hello, I have been developing a program on the NUCLEO-WL55JC1 development board, and I found a bug in the IRTIM module. The reference manual says that, when enabled, the IRTIM module will NAND the o...
Hello, I have an existing STM32_WPAN configuration with 3 BLE services and I want to completely remove Service 2. Is there any way to do that? I've already reduced the n...