User Activity

Hi everyone, im using stm32f746zgt with lan8742a phy. i manage settings on cubemx. when i set speed and duplex with manually like a 100mbps full duplex my system works well. but when i change it to auto negotiation it returns with timeout. It crashes...
Posted on July 05, 2018 at 08:10Hi everyone, in my system (freertos based) i need some low pulse before sending uart datas. So i must change tx pin to gpio and send low pulse along appx. 100uS and after that i must rechange it to uart fastly. How ca...
Posted on July 02, 2018 at 13:38Hi, im using stm32f7+ freertos+lwip (raw api). My system handles web server and udp data communication. My frame length is 572 bytes and my FPS is 40 (22880 bytes/sec) at start. When i increase the package number to 8...
Posted on June 28, 2018 at 15:04 Hello, im generating default ethernet codes from CubeMX. im using freertos+lwip and i set static ip. All other lwip settings are default. My clock config: My default lwIP settings: My default FreeRtos sett...
Posted on June 27, 2018 at 09:30 Hi everyone, im trying to send datas to 8 uarts+usarts on stm32f7 mcu. I'm getting datas from ethernet wtih netconn connection. I'm using FreeRTOS and lwIP stack. I have a task that calls netconn_recv(conn, &buf);...