User Activity

HI, my application is a tcp echoserver which works perfectly but, only for 10-20 minutes, after don't ping anymore. I'm using STM32H723 with LWIP and RTOS and I think it's a memory configuration issue. This is my setup: void MPU_Config(void) { MPU...
Hello everyone,I have to use the ADC 16b converter with DMA which does not work if DCache is enabled but, to use LWIP and RTOS it is necessary that DCache is enabled.Does anyone know how to fix the problem?Thank you in advance
Hi,how can I check if my client in connected to pc server?--------------------------/* init code for LWIP */MX_LWIP_Init();/* USER CODE BEGIN 5 */LOCK_TCPIP_CORE();tcp_setup();UNLOCK_TCPIP_CORE();---------------------------void tcp_setup(void){uint32...