User Activity

Hello, I am working on a project where I get sensor values from ADC and then send those values via MQTT. I am using FreeRTOS. For the ADC configuration: DMA activated Scan mode ENABLEDContinous mode ENABLEDDMA continuous requests ENABLEDFor the MQTT ...
Hello, I am working with cubeMX and trying to configure a pin to output mode. The MX_GPIO_init()  is not generated correctly, there is just clock enabling of the bus connected to the GPIO ports without the configuration of the pins. I am using CubeMX...