User Activity

Hello, I have a mcu that works as a tcp server. I listen 2 port for connection, if i want to stop listening what must i do ?I use this function to initialise portvoid TCPServerInitialise( U16 usPort ) { struct tcp_pcb *pstTcp_pcb;   /* create new t...
Hi all,I enabled LSECSSON register after select rtc clock as said from RM.I did not have any problem but if i shutdown power and power on , device used LSI as a rtc source and it cannot start LSE. Why this is happening ?
Hi , i have a couple of questions.Doing initialisation every first power on may cause any error or latency  ?Which clock source use when RTC is powered on VBAT ?Thanks any helps
I have basic application of tcp_server. void tcp_echoserver_init( uint16_t port) { tcp_echoserver_pcb = tcp_new(); if ( tcp_echoserver_pcb != NULL) { err_t err;   /* bind echo_pcb to port (ECHO protocol) */ err = tcp_bind( tcp...
Hi all, I have been trying to read any data from HTS221 on extension board, and HAL I2C functions returns error.I try to read WHO_AM_I register but HAL_I2C_Memread function always returns timeout so error. Any suggestion would be appreciated, thanks....
Kudos from