User Activity

Good day, I'm developing a remote control using a STM32G and I encounter some problems.For my code i need two timers:Timer1: it has a 1us overflow time and is not handled by any interruption, I just use it to count micro seconds for my delay_us funct...
Hello!I'm doing an application in which my control board is I2C slave of my PC and my control board has to communicate with another board (let's call it test board) via UART.This test board uses custom UART text commands to perform tests on itself.Fo...
Hello!I'm trying to program multiple STM32F432VIT6 MCUs at the same time, from the same computer using many ST-LINKV2 connected via USB.I want it to be automatic so I'm using the ST-LINK Utility CLI to program them via C#.So far I've been able to lis...
Hello! I've developed a pcb using the STM32L081KZT6I power it with a 3v3 volt supply and I'm trying to program it via JTAG-SWDSo I connected the SWCLK and SWDIO pins to pin 24 and 23 as shown in the datasheet, then I connected ground and 3v3 to their...
Hello, I'm having troubles with a library in CI've made a library named "LedControl" divided in "LedControl.h" and "LedControl.c"So far the header file is like this:#ifndef SRC_CUST_LEDCONTROL_H_ #define SRC_CUST_LEDCONTROL_H_         #define LC_POIN...