2025-06-18 2:24 AM
When using USART2 on the C071, CubeMX is generating calls to functions like `HAL_UARTEx_SetTxFifoThreshold` but the USART2 on C071 is a basic UART without FIFO.
Solved! Go to Solution.
2025-06-18 3:39 AM
Hello @G565
Your contribution is much appreciated.
Issue has been raised to development team for fix.
Internal ticket number: 212488
I will keep you posted with updates.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-18 2:47 AM
Hello @G5658
First let me thank you for posting.
I'm currently investigating this issue issue .
I 'will get back to you asap.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-18 3:39 AM
Hello @G565
Your contribution is much appreciated.
Issue has been raised to development team for fix.
Internal ticket number: 212488
I will keep you posted with updates.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-09-26 5:35 AM
Hi, is there an estimate for when this might be fixed? 6.15 was released in July and still had the problem.
Is there a workaround other than hacking the generated code? Maybe using ll_ instead of HAL? The ll_ code doesn't have the check and just writes to the CR3 register bits, even though it has no effect.
Regards,
Mike