User Activity

Hello, I'm developing a power meter board.I'm using an STM32F427VIT6 and I need to read the analog values of 4 different channels (PA0 - PA3).Since I need to calculate the RMS value of the measurement and i need the data points to be evenly spaced in...
Hello, I'm developing a board to control a desk pc setup.In addition to other things like controlling the lights, some motors and other stuff, the board has to control and monitor some PWM fans.The fans report back the revolutions using a tachometer,...
Good day,I'm trying to control this RGB leds N-PI55TATDatasheet I'm using an STM32H753VIT6To do that I have to create a fairly fast burst of data with pulses of 0.6, 0.3  and 0.9 us.To achieve this I set timer 7 to have an update even every 100nS the...
Good morning,I apologize if this question is a bit dumb, I'm still learning embedded programming.I'd like to know if its possible to share code between projects in STM CUBE IDE.The idea is to have like a "folder" with one (or many) .h and .c files. T...
I've done a simple board with a STM32G431, the idea is to be a remote control that drives an infrared led. It has 8 buttons and the MCU should sleep until a button is pressed, then transmit the code and sleep again.Right now I'm just trying to make t...