I have an API file from a company that makes sensors. The idea is they provide a bare bones software that you can either use as is or modify to suit your needs. I'm tyring to build their μvision project and I've made some progress finally (the company says there is no documentation or instructions and likely won't be any time soon). Managed to use cube MX to generate a μVision 5 project that I understand created an axf file and added a section of code to my original project.
The problem is that it didn't generate the three files there. The folder doesn't exist and neither do the files. Naturally I'm getting 'file not found' errors. The path listed in the options for the files are
RTE\Device\STM32F303K8\STMCubeGenerated\Src\Main.c
RTE\Device\STM32F303K8\STMCubeGenerated\Inc\stm32f3xx_it.h
and
RTE\Device\STM32F303K8\STMCubeGenerated\ISrc\stm32f3xx_it.c
Now, I DO have files by those names under
STM32F303K8Tx\STCubeGeneratedCore\Inc
STM32F303K8Tx\STCubeGeneratedCore\Src
Changing the path seems to work for that. I'm getting a bunch of errors that I don't think are related but how do I change the path that Generate Code uses to stop this from happening in the future?