User Activity

Hi,I´ve to start a project (with FreeRTOS) where several code has to be implemented which is not directly related to the GUI (some state machines, control algorithms, ...).I´m not sure, if I should implement this code parts as usual in my FreeRTOS an...
Hi, I´m using USB-PD (with STM32G0B1CEU6) succesfully with a lot of own boards and different AC adapters. But with one adapter I don´t get the 20V despite the source has this capability. Using a PD analyzer I can see, that with the not working adapte...
Hi,I want to send sensor data from several sensors with STM32WB to another STM32WB (the main controller in my system). Unfortunately I only find examples where communication is established between STM32WB and a smartphone or similar, but not with a S...
Hi,I just try to get a NUCLEO-WB09KE board running.Unfortunately CubeMX (6.12.0) generates HAL files with a pattern of stm32wb0x_hal...,h but the include paths are stm32wb00x_hal (one more zero!)...Also in CubeIDE EXTI_HandleTypeDef is not found when...
Hi,I´m running ADC1 (IN1, IN2, IN6, IN7) with DMA process. Everything works fine. But if I try to initialize afterwards the DAC1_OUT1 (normal or DMA - both tried) I get a hard fault. Is there a general collision between DAC and ADC or would could be ...
Kudos given to