2021-07-30 06:24 PM
I have used stm32cubemx v5.2 to create my project .
Now i want to update only Uart drivers to drivers of cubemx V6.3 (latest drivers)
How to do it ?
Is it safe to just replace ?
stm32l0xx_hal_uart.c and stm32l0xx_hal_uart.h with newer drivers ?
2021-07-31 04:08 AM
> Now i want to update only Uart drivers to drivers of cubemx V6.3 (latest drivers)
Why?
> Is it safe to just replace ?
Generally, HAL is an intertangled system, so probably nobody will guarantee you that.
JW
2021-07-31 06:55 AM
due to suggestion on following link
https://community.st.com/s/feed/0D53W00000znJMrSAM
safe means : are api names and arguments are same ,means i can just replace.