Porting X-CUBE-TIMCOOKER from F302R8 to F401RE
I want to port the TIMCOOKER examples from STM32F302R8 to STM32F401RE. This is easily done according to the data-brief, as the examples are generated using CubeMX. However, there are no .ioc files present in the repository so I guess you need to change all files, e.g. stm32f3xx to stm32f4xx manually, both for BSP files, startup-files, source files and the HAL driver files ? Do I need to do this manually ? Is there documentation for porting CubeMX generated projects where .ioc files are missing ?
Also, I've got EWARM licence for v8.3. I get errors trying to build the TIMCOOKER examples so I guess they are built using a newer version. But I don't know because neither the TIMCOOKER data-brief, the associated readme.txt files for each project, nor the AN4776 application notes says which version is required. Is this information simply missing ?
