2024-03-11
08:55 PM
- last edited on
2024-03-12
04:51 AM
by
Lina_DABASINSKA
2024-03-12 04:55 AM - edited 2024-03-14 12:23 AM
In this case, I think you should start the project from the .ioc file in this case.
Also, I may suggest you regenerate the project from CubeMX with IDE as a toolchain and unchecking the "Generate under root". This way any user code in the main.c will be kept (not sure about other files added by users).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-11 09:42 PM
Hello @Jacob3104
I suggest you take a look at this post. It may be helpful.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-12 04:49 AM - edited 2024-03-12 04:53 AM
But my MDK-ARM project based on STM32CubeMX (.ioc file)
2024-03-12 04:55 AM - edited 2024-03-14 12:23 AM
In this case, I think you should start the project from the .ioc file in this case.
Also, I may suggest you regenerate the project from CubeMX with IDE as a toolchain and unchecking the "Generate under root". This way any user code in the main.c will be kept (not sure about other files added by users).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-18 10:29 AM
i start the project from the .ioc file and also regenerate the project from CubeMX with IDE as a toolchain and unchecking the "Generate under root".
But after i generated, the project does not have anything.
2024-03-18 10:35 AM - edited 2024-03-20 08:28 AM
This is the original file (SDIO+FATS) one, i want to import it.