User Activity

Hi,I'm trying to see what the maximal frequency I can achieve using the STM32F407-discovery board.So far I have found the following:using TIM1 Internal clock (168MHz)Output pin PE9If i put the period at 1000, I get the following result:However if I p...
Hi,I'm trying to control multiple PWM signals simultanously using DMA (used for controlling LED drivers). However I'm having an issue I can't seem to trace, one of the lines puts out an additional PWM signal cycle that shouldn't be there, this is wei...
So I'm trying to control 8 different PWM signals simultaneously using DMA (Nucleo-F429ZI connected with 8 lines of SK6812 LEDs).So save memory space I implemented the strategy described in this blog to save memory. Basically using half-transfer and f...
So I'm having this weird bug I can't seem to figure out.I'm trying to connect two stm32f4 discovery boards through SPI.The master is sending out a SS signal I want to use to synchronize with the slave.However for some reason before I send out a messa...
Okay so I'm trying to use FSMC in order to control 16 bitlines and a (custom) clocksignal for driving multiple LED drivers. (the final goal see "data-signal")My first goal was to be able to drive the 16 bitlines, this works as expected. (see "without...
Kudos from