cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up Smartag1 project correctly using STM32cubeIDE with ST-Linkv2

isaacseeto
Associate III

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:

isaacseeto_0-1721911335789.png

I have tried to edit the project paths such that the missing files are found but I then received the following: 

isaacseeto_1-1721911057321.png

Could someone please explain what I have done incorrectly?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
KDJEM.1
ST Employee

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.

KDJEM1_0-1726212404568.png

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.

View solution in original post

1 REPLY 1
KDJEM.1
ST Employee

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.

KDJEM1_0-1726212404568.png

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.