User Activity

Hi,We are using STM32L452 for our project.We have problem with pin NRST.We set a 30K pull-up resistor (with pull-down capacitor of 0.1uF).Sometime voltage on the NRST pin is 3.3V and sometimes it is 1.4V.In cases it is 1.4V the MCU is stuck.We think ...
HiI try to use task on the STM32WB5MMG mcu.My task check if a queue is not empty, if not empty then copy the item on its top and send its message by the BLE. The task handler is:void ble_tx_messages_queue_handler_task(){ queue_element *element; Circu...
HiWe develop a project on the STM32WB5MMG MCU. We have 2 issues:1. How can we get the actual MTU after the negotiation with the remote client (probably a smartphone) ? We want to support all kind of smartphones including those with small MTU. Do we h...
HiI would like to use STM32WB5MMG-DK.1) I tried to program 1.15 software packages for stack-ble + FUS + SAFEBOOT.The stack ble file size is 149KB, according to the release note it suppose to be programmed at address 0x080C5000 (or 0x080CE000).The FUS...
I use ADC2 and ADC3 (with HAL_ADC_Start_DMA) with no problem, just having problem with ADC1. I'm using FREE-RTOS. STM32CUBEIDE.
Kudos given to