User Activity

When I try to set up a HAL_UART_Receive_IT my program won't compile.I am new to the FreeRTOS concept, but it is necessary for me to learn how to set it up for a project I am working on. For that, I started restructuring a previous project to learn fr...
I am trying to program my RVT70HSSFWC0 Display it fails every time, although the simulation works perfectly. I have not written any extra C++ code, yet, because I want to make sure everything works fine before I do. When clicking on program and run t...
I am working on a project that uses STM32F103 and STM32G4 as MCUs. They need to communicate between each other using UART. I am trying to configure STM32F103 UART clocks to match the STM32G4's clocks but I have not been able to figure out where to do...
I designed a board that uses the STM32G431C6 and is intended to connect in a chain with other similar boards, but I am having problems when powering them up. They turn on and work fine sometimes, but sometimes boards won't turn on. Each board I desig...