Question
STM32Cube bug with migrating from older versions of Cube
Posted on October 30, 2015 at 10:00
Hi,
On Cube V4.11.0 when migratimg from previous version a Keil V5 project, the cube add all library files double to the project. This cause huge amount of errors because of multiple defined symbols. The only ways to solve this problem are 1.) delete duplicate files one by one (need ~45 minutes) and risk to delete too many files. 2.) delete the project directory and generate new one (need ~45 minutes) and risk to forget to make the needed changes to the standard project. This bug exists at least for STM32F4 and STM32F0 series.