2024-12-06 02:03 PM
Hi all,
I have had an issue out the box where if i run the Nucleo-H723ZG Uart3 for debugging would stop communicating correctly, i tracked the issue down to the buad rate set incorrectly, after a few hours of adjustments i found that if the prescaler for D2PPRE1 are set to anything other than 1 the buad rate would be incorrect.
After stepping thought the code if found that on uart setup the incorrect pclk would be provided which inturn set the incorrect dividers for the uart.
I have fixed the issue by editing the lookup table D1CorePrescTable
The IC how runs at 550mhz and the uart and other peripherals are running correctly. I have checked the date sheet and all the registers, mask and positions are correct. What is the correct fix for this?
2024-12-09 04:01 AM
Hello,
I think you have the same issue as this thread.
Already escalated internally for fix.