Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


USB CDC for STM32F072B Discovery Board

Hi,
I’ve just started using the OpenSTM32 environment and would like to run the Demonstration program provided in the STM32F072B-Discovery firmware example. However, I cant seem to get off the ground, as the compiler can’t even find the file usbd_hid_core.h.
Has anybody managed to run this Demonstration program on the STMF072B Discovery Board in this environment?

Cheers

you may be missing the path to your include files. You can manually add it by going to Project->Properties, select C/C++Build->Settings. Then on the folder menu that opens click on MCU GCC Compiler->Includes. You’ll see a list of the locations it looks for include files. Add a link to the directory that contains the header files you need.