2.7k views
in Getting started by
Hi all,

I'm trying to integrate the code generated with Embedded Wizard (I'm using the Hello World Example) with my Atollic Truestudio Project. I followed this link (http://ask.embedded-wizard.de/637/atolic-truestudio) in order to configure the project but the linker give me the following errors. The libraries libewrte.a and libewgfx-eval.a have been correctly included and the linker can found them. Someone can suggest me something to do? It would be appreciated if someone can indicate me where to find information about the integration of Atollic Truestudio with the Embedded Wizard output. I'm using the STM32F7-Discovery board with the STM32F746 chip.

Thanks in advance,

glc

Description    Resource    Path    Location    Type
more undefined references to `EwPrint' follow    guiEx        line 0, external location: C:\path-to-application\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o)    C/C++ Problem
undefined reference to `__vmt_GraphicsCanvas'    main.c    /guiEx/src    line 156    C/C++ Problem
undefined reference to `CoreRoot__DriveCursorHitting'    main.c    /guiEx/src    line 254    C/C++ Problem
undefined reference to `CoreRoot__DriveCursorHitting'    main.c    /guiEx/src    line 266    C/C++ Problem
undefined reference to `CoreRoot__DriveCursorMovement'    main.c    /guiEx/src    line 258    C/C++ Problem
undefined reference to `CoreRoot__DriveKeyboardHitting'    main.c    /guiEx/src    line 245    C/C++ Problem
undefined reference to `CoreRoot__DriveKeyboardHitting'    main.c    /guiEx/src    line 246    C/C++ Problem
undefined reference to `CoreRoot__Initialize'    main.c    /guiEx/src    line 223    C/C++ Problem
undefined reference to `CoreRoot__UpdateGE20'    main.c    /guiEx/src    line 149    C/C++ Problem

 

....and more and more....

2 Answers

0 votes
by
Hi,

it seems that you did not include the generated code into your project. In case of the gcc/make solution, these files are automatically included via the generated file ewfiles.inc. In your case, I assume that you have to add these C-files to your IDE,  in order to be compiled and linked.

In case of 'HelloWorld' example, the following files have to be added:

Application.c, Core.c, Effects.c, Graphics.c, Resources.c and Views.c
by
Thank you for the reply but I included correctly the files you cited. The problem seems to be related to a linker issue. Any other suggestion?

Thanks in advance!
by
Of course, it is a linker error - the requested functions cannot be found. This is why I thought they are not part of your project. Other idea: Are you using C compiler or C++. Maybe the calling convention does not fit.
by
I'm using the C compiler...Is it correct?
by
Yes, C compiler should be used.

All the 'undefined reference' errors are coming from the linker that complains that the functions cannot be found. Typically, because they are not part of the project. All the reported 'CoreRoot__' functions should be available within the files 'Core.c'.

Maybe you can try the following: Create a new C file, put a simple function into and call it from main.c. Then try to build the application. If this works and the linker find the function, try to figure out, what is the difference between this simple C file and Core.c.
by
The problem persists only with the files you cited before. Any other suggestions? I attach my linker output to be more clear.

Thanks a lot!

C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x32e): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x364): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x36a): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x370): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x374): undefined reference to `EwPanic'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachRefObserver':
(.text+0x3ec): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachRefObserver':
(.text+0x41a): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachRefObserver':
(.text+0x420): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachRefObserver':
(.text+0x426): undefined reference to `EwPrint'

....more and more....

C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x12): undefined reference to `EwGetTicks'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x3c): undefined reference to `EwMathRandInt32'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x72): undefined reference to `EwMathRandInt32'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x7c): undefined reference to `EwMathRandInt32'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x86): undefined reference to `EwMathRandInt32'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0xc8): undefined reference to `EwMathRandInt32'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x148): undefined reference to `EwZero'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x15c): undefined reference to `EwZero'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x1b4): undefined reference to `EwZero'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x1c8): undefined reference to `EwZero'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x24c): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x256): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x25c): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x29c): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x2a6): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x2ac): more undefined references to `EwPrint' follow
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x406): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x41e): undefined reference to `EwZero'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x494): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x49e): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x4a4): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x4b8): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x4be): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0x4c4): more undefined references to `EwPrint' follow
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xa22): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xa7e): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xa86): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xa8c): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xaa4): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwLockBitmap':
(.text+0xaae): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o):(.text+0xab4): more undefined references to `EwPrint' follow
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwInitGraphicsEngine':
(.text+0xb28): undefined reference to `STM32InitGfx'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwInitGraphicsEngine':
(.text+0xb80): undefined reference to `EwNewPoint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwInitGraphicsEngine':
(.text+0xc2a): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwInitGraphicsEngine':
(.text+0xc30): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfx.o): In function `EwInitGraphicsEngine':
(.text+0xc36): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfxdriver.o): In function `EwAllocVideo':
(.text+0x1128): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewgfxdriver.o): In function `EwFreeVideo':
(.text+0x112c): undefined reference to `EwFree'

.....more and more.....

 

C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewextfnt.o): In function `EwFntOpen':
(.text+0x26): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewextfnt.o): In function `EwFntOpen':
(.text+0x2c): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewextfnt.o): In function `EwFntOpen':
(.text+0x30): undefined reference to `EwPanic'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewextfnt.o): In function `EwFntLoadGlyph':
(.text+0x156): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RGB565\GFX\libewgfx-eval.a(ewextfnt.o): In function `EwFntLoadGlyph':
(.text+0x1d0): undefined reference to `EwFree'
src\main.o: In function `Update':
C:\path-to-app\guiEx\Debug/..\src/main.c:148: undefined reference to `GraphicsCanvas__AttachBitmap'
C:\path-to-app\guiEx\Debug/..\src/main.c:149: undefined reference to `CoreRoot__UpdateGE20'
C:\path-to-app\guiEx\Debug/..\src/main.c:150: undefined reference to `GraphicsCanvas__DetachBitmap'
C:\path-to-app\guiEx\Debug/..\src/main.c:156: undefined reference to `__vmt_GraphicsCanvas'
src\main.o: In function `main':
C:\path-to-app\guiEx\Debug/..\src/main.c:184: undefined reference to `EwBspConfigSystem'
C:\path-to-app\guiEx\Debug/..\src/main.c:187: undefined reference to `EwBspConfigLed'
C:\path-to-app\guiEx\Debug/..\src/main.c:190: undefined reference to `EwBspConfigSystemTick'
C:\path-to-app\guiEx\Debug/..\src/main.c:193: undefined reference to `EwBspConfigSerial'
C:\path-to-app\guiEx\Debug/..\src/main.c:197: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:198: undefined reference to `EwBspConfigDisplay'
C:\path-to-app\guiEx\Debug/..\src/main.c:199: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:202: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:203: undefined reference to `EwBspConfigTouch'
C:\path-to-app\guiEx\Debug/..\src/main.c:204: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:208: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:209: undefined reference to `tlsf_create_with_pool'
C:\path-to-app\guiEx\Debug/..\src/main.c:210: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:211: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:214: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:217: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:220: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:223: undefined reference to `CoreRoot__Initialize'
C:\path-to-app\guiEx\Debug/..\src/main.c:224: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:227: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:230: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:245: undefined reference to `CoreRoot__DriveKeyboardHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:246: undefined reference to `CoreRoot__DriveKeyboardHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:250: undefined reference to `EwBspGetTouchPosition'
C:\path-to-app\guiEx\Debug/..\src/main.c:254: undefined reference to `CoreRoot__DriveCursorHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:258: undefined reference to `CoreRoot__DriveCursorMovement'
C:\path-to-app\guiEx\Debug/..\src/main.c:266: undefined reference to `CoreRoot__DriveCursorHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:280: undefined reference to `EwBspLedOn'
C:\path-to-app\guiEx\Debug/..\src/main.c:282: undefined reference to `EwBspLedOff'
C:\path-to-app\guiEx\Debug/..\src/main.c:294: undefined reference to `EwBspWaitForSystemEvent'
C:\path-to-app\guiEx\Debug/..\src/main.c:298: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:306: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:308: undefined reference to `tlsf_destroy'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `xfunc_out'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwBspPutCharacter'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwApplicationClass'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwScreenSize'
collect2.exe: error: ld returned 1 exit status

08:57:51 Build Finished (took 2s.627ms)
by
Ok. Now the files 'ewextgfx.c' and 'ewextrte.c' are missing - you will find them in the same folder as the libraries of Graphics Engine (GFX) and RuntimeEnvironment (RTE).
by
I added the files you mentioned but the problem persists...here is the linker output.

Thanks in advance.

C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x32e): undefined reference to `EwAlloc'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x364): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x36a): undefined reference to `EwPrint'
C:\path-to-app\guiEx\PlatformPackage\RTE\libewrte.a(ewslot.o): In function `EwAttachObjObserver':
(.text+0x370): undefined reference to `EwPrint'

.....more and more....

C:\path-to-app\guiEx\Debug/..\src/main.c:184: undefined reference to `EwBspConfigSystem'
C:\path-to-app\guiEx\Debug/..\src/main.c:187: undefined reference to `EwBspConfigLed'
C:\path-to-app\guiEx\Debug/..\src/main.c:190: undefined reference to `EwBspConfigSystemTick'
C:\path-to-app\guiEx\Debug/..\src/main.c:193: undefined reference to `EwBspConfigSerial'
C:\path-to-app\guiEx\Debug/..\src/main.c:197: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:198: undefined reference to `EwBspConfigDisplay'
C:\path-to-app\guiEx\Debug/..\src/main.c:199: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:202: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:203: undefined reference to `EwBspConfigTouch'
C:\path-to-app\guiEx\Debug/..\src/main.c:204: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:208: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:209: undefined reference to `tlsf_create_with_pool'
C:\path-to-app\guiEx\Debug/..\src/main.c:210: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:211: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:214: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:217: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:220: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:223: undefined reference to `CoreRoot__Initialize'
C:\path-to-app\guiEx\Debug/..\src/main.c:224: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:227: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:230: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:245: undefined reference to `CoreRoot__DriveKeyboardHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:246: undefined reference to `CoreRoot__DriveKeyboardHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:250: undefined reference to `EwBspGetTouchPosition'
C:\path-to-app\guiEx\Debug/..\src/main.c:254: undefined reference to `CoreRoot__DriveCursorHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:258: undefined reference to `CoreRoot__DriveCursorMovement'
C:\path-to-app\guiEx\Debug/..\src/main.c:266: undefined reference to `CoreRoot__DriveCursorHitting'
C:\path-to-app\guiEx\Debug/..\src/main.c:280: undefined reference to `EwBspLedOn'
C:\path-to-app\guiEx\Debug/..\src/main.c:282: undefined reference to `EwBspLedOff'
C:\path-to-app\guiEx\Debug/..\src/main.c:294: undefined reference to `EwBspWaitForSystemEvent'
C:\path-to-app\guiEx\Debug/..\src/main.c:298: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:306: undefined reference to `EwPrint'
C:\path-to-app\guiEx\Debug/..\src/main.c:308: undefined reference to `tlsf_destroy'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `xfunc_out'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwBspPutCharacter'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwApplicationClass'
C:\path-to-app\guiEx\Debug/..\src/main.c:311: undefined reference to `EwScreenSize'
collect2.exe: error: ld returned 1 exit status

09:12:23 Build Finished (took 1s.208ms)
by
You mean, before the files were missing, then you added them to the project and the problem still exists?

If yes, can you make a clean all and the a rebuild...
by
Yes, I made as you suggested, also doing the 'Clean all' and the rebuild....unfortunately the problem still persists.....thanks in advance!
by
Any suggestion? Thanks in advance!
by
I never worked with Atollic Truestudio - so I can just assume something according the posted error messages. Maybe someone other can help here.

Nevertheless, did you try the following (some comments above):

Create a new C file, put a simple function into and call it from main.c. Then try to build the application. If this works and the linker find the function, try to figure out, what is the difference between this simple C file and Core.c.
by

Hi,

for a while I prepared a STM32F746 evaluation project using Atollic True Studio.

You can find it at the link below.

Ther is also some generated code in the project. You can exchange it by your own in folder '/STM32F746-Discovery\Examples\Template\GeneratedCode'

I hope this helps.

Best Regards,

Martin

http://ask.embedded-wizard.de/?qa=blob&qa_blobid=750748350335456472

by
Thank you,

in any case I solved my problem that was related to some missing library and source file in the Atollic compiler configuration.

regard!
by
Hello,

I was unable to compile and run the project that you attached mli, what is the correct way to link the STM32F7 folder to it, do I need to change something about the linker or compiler? Can somebody please upload a full project in trueStudio working with embedded wizard?

Thanks in advance
by
Hi,

the project I attached expects the STM32Cube_FW_F7 package at folder:

C:\Projekte\Emwi_STM32\STM32Cube_FW_F7.

Please modify this path in file '.cproject' and '.project' according to your STM32Cube_FW_F7 installation path

using test editor or the Atollic TrueSTUDIO IDE.

If you are using the latest STM32Cube_FW_F7 package, additionally you have to

exclude the folder STM32F723E-Discovery from the build.

 

Regards,

Martin
0 votes
by

Hi,

together with our new version 9.00 of Embedded Wizard Studio, we released new Build Environments for the different STM32 discovery and evalutaion boards.

Every Build Environment contains now a ready-to-use project for Atollic TrueSTUDIO.

Best regards,

Manfred.

Embedded Wizard Website | Privacy Policy | Imprint

...