User Activity

Hello,I'm working with an STM32G4 MCU and I want to listen the UART3 with interruption. I am testing with a code which changes the color of a led. The following code works fine ://main.c   #include "main.h"       FDCAN_HandleTypeDef hfdcan3;   FDCAN_...
Posted on September 12, 2017 at 14:52The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 04, 2017 at 09:49 Hello, I'm using a STM32F091VBTx microcontroller and for the application I'm implementing I need a variable to be constantly updated and it must be stored in a non-volatile memory in order to keep its value ev...
Posted on June 15, 2017 at 10:54Hello, I'm trying to read the tension in a port with the ADC every 2 seconds. In order to achieve this, I call the ADC reading function within a HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) function and I ha...
Posted on April 14, 2017 at 15:45The original post was too long to process during our migration. Please click on the attachment to read the original post.