2022-11-25 01:19 AM
Hello,
can someone confirm that line 890
/* Disable External interrupt for next Frame */
EXTI->IMR &= ~EXTI_EMR_MR3;
is not correct in 'stm32f4xx_hal_uart_emul.c'?
Everywhere else it is written something like this
EXTI->IMR |= huart_emul->Init.RxPinNumber;
EXTI->IMR |= huart_emul->Init.RxPinNumber;'
Thank you
2022-11-28 06:24 AM
Hello @Community member and welcome to the Community :)
Thanks for your post.
I have raised your feedback internally to be reviewed and treated on the Internal ticket number: 139911 (PS: This is an internal tracking number and is not accessible or usable by customers).
We will give you an update as soon as possible.
Thanks for your contribution.
Imen