STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 PHY driver for LAN8742 2s delay

Hi All,Can somebody point me what is a reason for 2 sec delay at PHY driver for LAN8742?I mean code below at function LAN8742_Init() inside file lan8742.c.if(status == LAN8742_STATUS_OK) { tickstart = pObj->IO.GetTick(); /* Wait for 2s to ...

JDosp.1 by Associate III
  • 11218 Views
  • 15 replies
  • 2 kudos

Maximum baud rate for serial bootloaders

What is the maximum reliable baud rate that the serial bootloader will operate at?I am aware than AN3155 says that the max tested is 115200 but that's too slow for the production rates we need. How much faster can it go? I would like to go at least...