STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL and STD libraries

Posted on August 21, 2017 at 13:23Hi!! Project(STM32F4) is written using the STD library, but in HAL libary much easier to work with ethernet. How do you think it is possible  to use HAL and STD library together?  #stm32f4 #std_lib #hal

LWIP Udp Maximum Payload Length

Posted on August 21, 2017 at 15:18hi everybodyi am trying to transfer large amount of data through UDP to PC from my STM32F407.the problem is when i want to send more than 1500 bytes , i get nothing on PC side.it seems LWIP (which is generated and c...