2024-07-25 05:39 AM - edited 2024-07-25 05:42 AM
Hi, I have been trying to follow the provided documentation for getting started with the Smartag1, but I am having trouble building it without errors. I have attached the files I have been trying to follow.
I have been importing the project using this path: "...\STM32CubeFunctionPack_SMARTAG1_V3.2.0\Projects\STM32L031K6-SmarTag1\Examples\SmarTag1" which gives me invalid project path errors for the #includes in the main.c file. This is my project explorer:
I have tried to edit the project paths such that the missing files are found but I then received the following:
Could someone please explain what I have done incorrectly?
Solved! Go to Solution.
2024-09-13 12:30 AM - edited 2024-09-13 12:31 AM
Hello @isaacseeto ,
I apologize for my late reply. The STM32CubeFunctionPack_SMARTAG1_V3.2.0 package is developed with IAR Embedded Workbench for ARM (EWARM) toolchain V8.50.9 + STLink/V2 and RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.32.0 + ST-LINK/V2 Toolchains as mentioned in the release note. The STM32CubeIDE project is not available in this package.
The STM32CubeIDE project is excluded from the package due to flash size constraints on STEVAL-SMARTAG1.
Please take a look at Known Issues in the below figure.
For that I recommend you to use IAR or MDK-ARM toolchains.
Thank you.
Kaouthar
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-09-13 12:30 AM - edited 2024-09-13 12:31 AM
Hello @isaacseeto ,
I apologize for my late reply. The STM32CubeFunctionPack_SMARTAG1_V3.2.0 package is developed with IAR Embedded Workbench for ARM (EWARM) toolchain V8.50.9 + STLink/V2 and RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.32.0 + ST-LINK/V2 Toolchains as mentioned in the release note. The STM32CubeIDE project is not available in this package.
The STM32CubeIDE project is excluded from the package due to flash size constraints on STEVAL-SMARTAG1.
Please take a look at Known Issues in the below figure.
For that I recommend you to use IAR or MDK-ARM toolchains.
Thank you.
Kaouthar
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.