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


STM32F7 Discovery Blinky Project fails and BSP errors.

I wanted to make a blinky example (LD1) on my STM32F7 DIscovery using HAL drivers as HAL_GPIO_WritePin(GPIOI, GPIO_PIN_1,GPIO_PIN_SET); with no result, then i resolve that i could use BSP drivers, but i had this error: Error #545: Required gpdsc file ‘C:\Users\Lenovo Y560\STM32Cube\Repository\STM32Cube_FW_F7_V1.1.0\Projects\STM32746G-Discovery\Examples\ADC\ADC_RegularConversion_DMA\MDK-ARM\RTE\Device\STM32F746NGHx\FrameworkCubeMX.gpdsc’ is missing

So... what kind of advice could you gave to me to make my project and fix that missing file?

Thanks i wait for your responses!

Were you able to resolve it?