Adding USB MSC without CubeIDE ioc to Project
I need to add USB MSC to a project that was created without an ioc file. The current project contains USB CDC already, so the USB core is already in place. I just need to swap the CDC for MSC. I would have thought that I could change a few assignments in the usb device code, but the suggestions I have found, forum post here, suggest rebuilding the project over in CubeIDE. Is this the most efficient way? My concern is there are deep vendor provided APIs that use relative paths and I'm concerned that a lot is going to break in a total rebuild.
