STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H723ZG Frequency measure issue.

Currently using NUCLEO-STM32H723ZG board. ​I'm setting TIMER1 as a PWM output, TIMER2 set as Input Capture direct mode try to measrue the frequency output from TIMER1. ​Clock Configuration : APB1/ APB2 Timer Clocks 100 (MHZ)​Timer 1 :Prescaler : 1-1C...

_legacyfs_online_stmicro_images_0693W00000bjeX4QAI.png _legacyfs_online_stmicro_images_0693W00000bjeOSQAY.png _legacyfs_online_stmicro_images_0693W00000bjeLdQAI.png _legacyfs_online_stmicro_images_0693W00000bjeZiQAI.png
CYi A.1 by Associate
  • 907 Views
  • 3 replies
  • 0 kudos

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
  • 9100 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...