2024-03-29 11:38 PM - edited 2024-03-29 11:40 PM
Hi, I wonder if someone can tell me about the most recent lwip api for stm32 as follows:
1. Where can I download it (ported lwip) from the stm32 website
2. Is there any serious issue related to udp and tcp (client/server) usage of the api?
3. Is it possible to partially use HAL api that is related only to the lwip in my application (udp + tcp server/client) as I
intended to write code mostly bare metal (registers level programming) - [NO or REDUCE HAL API + NO RTOS]
4. Please help me point out to the most recent works. Thank you
My embedded profile will be:
MCU: STM32H563ZIT6 or STM32F427VGT6
ETH IC: LAN8742A (RMII)
System clock: configure to 50 MHz (using external xtal of 8 MHz)
SAM
2024-04-08 07:39 AM
Hello @STehA.1 ,
1. Where can I download it (ported lwip) from the stm32 website
2. Is there any serious issue related to udp and tcp (client/server) usage of the api?
3. Is it possible to partially use HAL api that is related only to the lwip in my application (udp + tcp server/client) as I
intended to write code mostly bare metal (registers level programming) - [NO or REDUCE HAL API + NO RTOS]
Hope this answers all your inquiries and helps you with your development.
BR