Question
Best Practice for Using STM32Cube on Existing Project?
Posted on July 31, 2014 at 01:18
I need to add USB Host (FS, MSC) capability to an existing project that's using a STM32F205 (my client wants the product to be able to read/write to a USB flash drive). Using STM32CubeMX v4.3 I created a new project, selected the FATFS and USB_HOST middleware, and the USB_OTG_FS IP, and then generated the source code. So far so good.
But is there a recommended way to integrate the resulting tree of files into an already existing project, avoiding conflicts with the existing code?