cancel
Showing results for 
Search instead for 
Did you mean: 

How to update only HAL usart drivers in my program ?

SA.17
Associate III

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 ?

2 REPLIES 2

> 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

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.