STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NVIC_SystemReset fails

Hi,I’m using STM32f767zi with FreeRTOS kernel. I have two task:1- one of them are triggered by task notifications from interrupt every 100ms and receives some data through TCP.2- the other task is taking some requests from PC.Now, if task-2 do system...

Creating 2 TCP threads

HiI am trying to create two TCP threads for my application.these packets are intended to control two VFDs which has two IP addresses(192.168.10.4 and 192.168.10.5) but same port number(502- modbus TCP).I am able to send packets to both the servers si...

RMG by Associate II
  • 1038 Views
  • 3 replies
  • 0 kudos

uart issue in interrupt

HI All,I am using STM32F303 board and receiving data from UART3 in interrupt mode.but in my code UART only working in debugging mode when i use break points.at that time everything working fine but when I wan to use with out break points it will not...

ASaxe.1 by Associate
  • 489 Views
  • 2 replies
  • 0 kudos