User Activity

I'm having a real nasty bug and finally found the reason for it. But the thing is, that I don't understand where it comes from.I calculate a variable within method A of a class and at the end of said method i pass it to method B by value. When steppi...
I'm trying to use the idle line interrupt in combination with dma to send and receive data from the serial port to my STM32F417VG based board.I got as far as being able to send with dma successfuly and also reveive data via the idle line interrupt. T...
Hello dear ST-Community,here is a brief explaination of my problem:I'm using multiple stepper-motors in my system.I want to use 3 timers per stepper.Timer generates the PWM signal for the stepper-driver (easy to achive)Timer captures the signal of th...
Hello dear ST-Community,I'm currently working on a 8-Bit interface for a TFT-Display. I'm using a STM32F405RGT6 for the Project.While debugging a timing issue i ran into, I found an interesting behavior when using __asm__ __volatile__("nop") for ns-s...
I'm working with the Nucleo-G474RE Board. With the STM32CubeIDE I set up FreeRTOS and assign TIM6 as Timebase Source (as recomended by the IDE). I create a basic Thread to test a basic scoped timer I want to use for timing measurement. The ScopedTime...