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...