Start:
Atollic TrueSTUDIO and Select
the: TrueSTUDIO under: Master Workspace directory
C:\EsempiSW\STM32\AN3268-STM32Disc-SYSTick-Atollic\an3268\stm32vldiscovery_package\Project\Master
Workspace\TrueSTUDIO
and press OK
From the window that appear click on:
Start using TrueSTUDIO
STEP n.2
Now, select:
File->Import
and from the window that appear
select:
General->Existing
Project into Workspace
and press:
Next
From the new window that appear
click on Browse and select:
C:\EsempiSW\STM32\AN3268-STM32Disc-SYSTick-Atollic\an3268\stm32vldiscovery_package\Project\Examples\SysTick
and press OK
and then press:
Finish
STEP n.3
Now click on:
Windows->Preferences
from the window that appear select: General->Workspace->Linked
Resources
Now press:
New
add
a variable path named "CurPath"
that is:
C:\EsempiSW\STM32\AN3268-STM32Disc-SYSTick-Atollic\an3268\stm32vldiscovery_package
and then press:
OK
STEP n.4
Compile
the project, for do this press:
Cltrl+B or press the icon:
STEP n.5
Debug the project
Select the name of the project, in my case:
SysTick
and then press F11 or the the: insect icon and verify that the configurations are the same of the
figure below.
Start:
Atollic TrueSTUDIO and Select
the: TrueSTUDIO under: Master Workspace directory
C:\EsempiSW\STM32\AN3268-STM32Discovery\an3268\stm32vldiscovery_package\Project\Master
Workspace\TrueSTUDIO
and press OK
From the window that appear click on:
Start using TrueSTUDIO
STEP n.2
Now, select:
File->Import
and from the window that appear
select:
General->Existing
Project into Workspace
and press:
Next
From the new window that appear
click on Browse and select:
C:\EsempiSW\STM32\AN3268-STM32Discovery\an3268\stm32vldiscovery_package\Project\Examples
and press OK
Next, press:
Finish
STEP n.3
Now click on:
Windows->Preferences from
the window that appear select:
General->Workspace->Linked Resources
Now press:
New
add
a variable path named: CurPath
and press: Folder
and select: C:\EsempiSW\STM32\AN3268-STM32Discovery\an3268\stm32vldiscovery_package
and then press:
OK
STEP
n.4
Compile the project, for do this...
Select the example that you want
to test, for example:
SysTick
and then press:
Project->Build Project
(see below)
You must see the result below:
STEP n.5
Debug the project
Select the name of the project, in my case:
SysTick
and then press F11 or the the: insect icon and verify that the configurations are the same of the
figures below.
Press OK and you are in debug windows, which provides a number of docking
views and windows suitable for debugging.
ATTENTION: If you see on the display a windows like this:
You are in debug but the debug environment is not open, to open the debug environment press on the insect icon, see above the red arrow.
A number of execution
control functions are now available from the Run Menu.
Alternatively, use the
corresponding execution control commands in the Run control toolbar.
Variables:
The
Global Variables are automatically
displayed in the Variable Window.
For add a Global Variable to the Window Variable do this:
click inside it with the right button of mouse and from the popup
windows select:
Add Global Variables
Another
way to add a Global Variable is clik on the icon:
Breakpoint
For
insert Breakpoint click twice near the
number of the line.
For remove Breakpoint click twice on it.
ASM
For
see the ASM code click on the icon
Stop Debug
When the debug session is completed, the
running application must be stopped by clicking on the icon:
Atollic TrueSTUDIO now
automatically switch to the C/C++ editing perspective.