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


Request for interrupt handler enhancement for Stdperiph

I`m tring SW4STM32 for STM32F1x stdperiph programming but I was confused because startup code only gives me basic handler.

Then, I was found startup asm files for CL, HD, HD-Value line.. etc at Stdperiph library directory.

It is in..

(library directory)/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7


On these startup code, it contains vector table that contains all interrupt handler including pheriph`s interrupts. (Attatched screenshot at IRQs.png)

So, please consider for updating these files for enhancing developing experince