I have a project using stm32f765,now i want to migrate to stm32H743.I want to know if i can use the code that has been written for stm32f765 instead of writing a new one, If yes , is it enough to only change the header files name?
Hi community. I mean for example are some changes necessary in some HAL or LL APIs for different peripherals or i should leave it as the way they were written in pervious code(Code for stm32F765) ?