This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

μVision 5 and STM32Cube issues

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

and

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?