cancel
Showing results for 
Search instead for 
Did you mean: 

Error in 'en.stsw-stm32156' - AN4457 ?

SMauch
Associate

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

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen