User Activity

Hi I am working on getting and processing raw serial data on a STM32F303RT8 MCU. The interrupt is firing but I am not able to properly read data from the Serial interface.Every time the ISR fires, the value of "sr" is 216 except for the first time w...
HiI am using CubeMX to setup a project to measure pulses using Timer 3 Input capture. However I am not hitting the Timer 3 interrupt.I have on my main code:int main(void) { uint8_t test; /* USER CODE BEGIN 1 */   /* USER CODE END 1 */   /* MC...
Working with STM32F429 Discovery board with FreeRTOS and DNP3 firmware running. Need suggestions how to debug this issue.Basically, I have a board setup with UART interrupts while injecting a byte from UART into a dnp3 Queue buffer, system shows a p...
I have a STM32F429 Discovery board and I have FreeRTOS on my framework. What is the correct/proper way to handle UART RX/TX Interrupts with FreeRTOS?Currently I setup UART5 with RX Interrupts enable and I will service them on the IRQ Handler. Then pr...
Posted on July 06, 2018 at 11:20The original post was too long to process during our migration. Please click on the attachment to read the original post.