2021-05-21 09:06 AM
Hi, everyone
I have 2 project in one of the project i have used hal library for stm32f1 while in the other project i have use register access i.e all the peripheral like uart, adc are accessed at register level like in stm8 pls suggest is it possible to merge these 2 project
2021-05-21 03:32 PM
There are no issues in general combining HAL and register level access, but generally you should only use HAL or register level access for a particular peripheral. The only problem comes from using both for the same peripheral without understanding how HAL operates and how accessing registers affects it.
2021-05-21 06:37 PM
Hi ,@[TDK]
Thank for reply but can you provide any examples or links through which i can get reference that how to merge them
2021-05-21 06:55 PM