User Activity

I'm config cubeMX to enable FreeRTOS statistics and get the RunTime for each task. I followed this guidehttp://blog.atollic.com/visualizing-run-time-statistics-using-freertosBut it doesn't work. debugging I saw that method portGET_RUN_TIME_COUNTER_VA...
I'm working over STM32f334, i config cubeMx to use TIM6 o TIM7 to generate interrupt every 20ms, but interrupt is not fired.I'm finding a official examples to use HAL to config TIM as internal interupt.Any idea? any ink?ThanksJordi
Hi,I'm trying to configure ADC2 to get data via DMA with external trigger interrupt.I'm usign StCube framework.I get read data via DMA with request capture via software with any problem, but I need to synchronise the external trigger with start ADC v...
Hi all, I have a problem to show float numbers via sprintf, I'm working with STM32F334I did a program to print via serial the voltage read from ADC, in float format like %4.2f, the problem is that the first time the sprintf generate a valid string wi...
Posted on July 03, 2018 at 11:02Dear All, I'm trying to work HttpServer with DevKit407 (STM32F407G-DISC1 + STM32F4DIS-BB). I found the AN3966 with examples over STM32F407VG, but it only works over STM3240G-EVAL.Does someone ported AN3966 examples to...