STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Hello, Is there an example for the STM32H7 ETH HAL V11.0 (new reworked ETH driver) without the LWIP. All the example i found are coupled with the LWIP. Thanks.

Following function are tied to the LWIP functions and i do not want to use any LWIP etc...How to bypass that ?void HAL_ETH_RxAllocateCallback(uint8_t **buff) { struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); if (p) { /* Get the buff fr...

FB__1 by Associate II
  • 736 Views
  • 2 replies
  • 0 kudos

USB HS MSC ULPI speed optimization

Hi I finaly got my EMMC/SD Card project running. I can read write to my EMMC with ~30 MB/s on a stm32F4. At the moment my USB is too slow. In the forum I read that first thing to do is to multiply MSC_MEDIA_PACKET by 2,4,8, .... THe problem is that a...

MK..1 by Associate III
  • 388 Views
  • 1 replies
  • 0 kudos

How to ping stm32f746g board.

Hi I'm karthik ,now I'm working in stm32f746g board .I have try to ping static IP in stm32f746 board . So I can't able to Ping my IP address .then followed the bellow videohttps://www.youtube.com/watch?v=Wg3edgNUsTk&list=PLfIJKC1ud8ggZKVtytWAlOS63vif...

_legacyfs_online_stmicro_images_0693W00000bkjz4QAA.png