I want to use STM32 HAL driver along with Standard Peripheral Driver
Hi,
I am using STM32F107VCT6 MCU.
I already implemented my whole application using StdPeripheral driver. Now i want to use USB and FatFs but there is no support for this in StdPeripheral driver for that i need to use HAL driver.
I tried to integrate HAL driver in to my current project which is using StdPeripheral driver but it's giving lot's of errors.
So can you please let me know how can i use HAL driver along with StdPeripheral driver?
Thanks,
Bhavin Maru
