2021-04-29 12:12 AM
TM32Cube ver 1.6.1 MX ver 6.2.1 with STM32Cube_FW_H7_V1.9.0 - select Nucleo-H753ZI with default configuration and generate new project - add some activity like
HAL_GPIO_WritePin(GPIOB, LD3_Pin, GPIO_PIN_SET);
HAL_Delay(1000);
HAL_GPIO_WritePin(GPIOB, LD3_Pin, GPIO_PIN_RESET);
HAL_Delay(1000);
in while loop ( after USER CODE BEGIN 3).
NOT WORKING
From debug, system hangs up in MX_USART3_UART_Init() ==> HAL_UART_Init() ==> UART_CheckIdleState() ==> UART_WaitOnFlagUntilTimeout() ...
Disable USART3 and it works.
Or change UART clock to 8M (automatic clock fixing gives 32M) and it works.
Please fix it.
Mike Bargauan
2021-05-21 11:20 AM
Hello @mbarg.1,
First let le welcome you to our STM32 community :smiling_face_with_smiling_eyes:
Please excuse the somewhat late reply and thank you for having reported.
Actually I can't reproduce the issue from my side. Could you please share your .ioc file for further check?
Thanks in advance.
Khouloud.
2021-05-22 06:23 AM
2021-05-22 06:26 AM
2021-05-22 06:27 AM
2021-05-22 06:28 AM
2021-05-22 06:33 AM