cancel
Showing results for 
Search instead for 
Did you mean: 

Error in CubeF4 1.15.0 in stm32f4xx_ll_usart.c at line 364

Mehdi MIGAULT
Associate
Posted on March 28, 2017 at 17:11

&sharpif defined(UART10)

   else if (USARTx == UART5)

Should be

&sharpif defined(UART10)

   else if (USARTx == UART10)

Shouldn't it ?

#stm32cube-bug #stm32f4-uart #stm32f4
1 REPLY 1
Imen.D
ST Employee
Posted on March 28, 2017 at 18:01

Hi

migault.mehdi

,

Your feedback is reported internally for check and we will keep you informed about any update.

All your comments are welcome in order to improve our solutions.

Imen

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