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


Example codes for stm32f4discovery using HAL drivers

hi,

I am new to this stm32f4.I am using cubeMX to program my applications.I came to know that i can use HAL DRIVERS to further code in system workbench IDE when imported the cubeMX created project.

I understood that HAL is very usefull.
can any one please guide me how to code using this, my applications for different periferals.Is there any support(list of examples) for periferals using hal drivers.

looking eagerly for response.

regards,
sunil

Hi,

If you want the examples are in

C:\Users"username”\STM32Cube\Repository\STM32Cube_FW_F4_V1.10.0\Projects\STM32F4-Discovery\Examples

here you will find all examples for all borads :-)

best regards
Eng.Mazen Aljeddani

Hi Mazen,

Thank you for the valuable input

I am new to ARM.I am working on STM32407x discovery board. I would like to use the CMSIS DSP library for FFT computation in discovery board

I was able to use the library functions and BUILD my code. But i am still to test the functionality for my understanding. I am facing an issue during debug. Could you please help me on resolving this error. I am getting the error “No source available for “main() at 0x800189c” after I press the debug.


I have made sure that the build -> settings -> Target is STM4Discovery and my project debugs as “project >> Debug as >> Ac6 STM32 C/C++ Application” (which is user defined mode) .


Can you please tell me where i am going wrong.



Best regards,

Sunil

Ok, that’s where the examples are. But it is unclear how to import them into the Workbench. I have yet to import a working, building example from ST examples.