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


Files not found in path.

Hi.
I have just downloaded SW the executable version for W10, and created a project and some directories. I have included the directories in the IDE path. My problem is even though the directories containing some source file are located in the path SW does not seem to recognize the functions I am calling from main() which are located in the source files of my newly created directories.

The new directories containing source an headers are:
USB-FS-Device_Driver/inc
USB-FS-Device_Driver/src

I have two pics included, the USB_Init() function is located in a file called usb_init.c located in the USB-FS-Device_Driver/src directory.


Can anyone help solve this.

Thanks
kvresto

Hi Kvresto,

Your newly created directories need to be set as source directories. On your project, right click then select New > Source Folder and put the name of your folder (USB-FS-Device-Driver in your case).

Hope it works.
Kevin.

Hi Kevin. This solved my problem. Just curious, I know there is documentation about eclipse, but I only glanced through it, even so I didnt see this in the docs, I only found basic explanation about creating a directory?

thanks again.