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


STM32F030K6T6 Pa7 Question

Hi everyone,
Nowadays, I am working on STM32F030K6T6Question with mikroc for the arm. I have a question which is about this microcontroller.
when I use pa7 pin digital like this GPIO_Digital_Output(&GPIOA_BASE, _GPIO_PINMASK_7); after programming, I can’t reach the microcontroller in a normal way. when I want to program MCU, respectively, I have to push the reset pin, click the program icon, and then pull my hand on the reset pin.
As you can see, I am not using SWD pins but I am having a problem like SWD pins problem. I had been looking at stm32f030k6t6’s datasheet and I didn’t know anything about this issue.
Is there anyone who coped up with this problem?