Atollic tips and tricks

If you like it, share it

INDEX

NOTE:

  • Use FIREFOX or CHROME for a clear view of the images present in this web site
  • For enlarge the image press: CTRL +
    For reduce the image press: CTRL –

How to compile a project

Go on TOP

 


Debug

For insert or remove a breakpoint double click on the blue vertical line, near the line number, see below.

For watch a variable do this; select the variable name and click on it using the right mouse button.
From the window that appear select: Add watch expression
See below.

Below, there are, the explanations of the principal ICONs to use for debug.

To see the peripherals registers select the SFRs tab, see below.

To see the STM32 registers select the REGISTERS tab, see below.

 

Go on TOP

 


Choose the emulator

NOTE:
If you need to see the variable in real time (during the run of your program) you must use the JLINK emulator.

Go on TOP

 


Compiler Optimization

Go on TOP

 


Choose the STM32 that you need to use

Go on TOP

 


How to export your project for release it to other people

Export -> General -> Archive File
Follow the steps below.

Go on TOP

 


How to generate .hex, binary, Motorola S-record, etc, files

The output of the compiler is in the directory:
C:\NameOfWorkingDirectory\NameOfYourProject\Debug
Example:
E:\0_NU030Ato_Blink\Blink\Debug

Go on TOP

 


The main control icons for editing, building and project management

Go on TOP