Senior
October 6, 2020
Question
STM32CubeMX UART LL Driver issues
- October 6, 2020
- 3 replies
- 1859 views
Hello,
I had earlier raised the concern on STM32CubeH7 GitHub page ( https://github.com/STMicroelectronics/STM32CubeH7/issues/69 ). However they asked me to raise the concern on this forum.
I am observing following function calls missing from MX_UART8_Init() function, even when ClockPrescaler, FIFO Mode Disabled, etc. are defined:
UART_InitStruct.PrescalerValue = LL_USART_PRESCALER_DIV10;
LL_USART_SetTXFIFOThreshold(UART8, LL_USART_FIFOTHRESHOLD_1_8);
LL_USART_SetRXFIFOThreshold(UART8, LL_USART_FIFOTHRESHOLD_1_8);
LL_USART_DisableFIFO(UART8);Please refer to attached snippet which shows settings used in STM32CubeMX.
Please help with a fix.
Thanks,
Rajeev