Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello ! I am trying to start an echo server, parallel to TCP and UDP. When I start them separately - it works. When two separate threads are started - TCP immediately rejects connections and UDP does not respond. How should I do it?

int main(void) { /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init();   SystemClock_Config();   MX_GPIO_Init(); MX_I2C1_Init(); MX_SPI3_Init(); MX_USART1_UART_Init();   osThreadDef(defaultTask,...

TDrzy by Associate II
  • 237 Views
  • 1 replies
  • 0 kudos

ST8500 question

Posted on July 09, 2018 at 13:01Good day, everyone,I have tried using the ST7590 QFN chip and I found that its functionality is limited, and the TQFP package is the advertised stand-alone chip. I have been advised (if I am going to make a change) I ...