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


STM32

I have AC6 + STM32Cubef7. Previously, he generated the * .bin ,now * .hex file. Can this be changed?

Hi,
Go to your project Properties > C/C++ Build > Settings > Build Steps, then change the “Post-build steps” command with:

arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"; arm-none-eabi-size "${BuildArtifactFileName}"


Regards,
Kevin


1. In CubeMX, I choose Board Selector and 32F746GDISCOVERY. I choose “Initialize all ... Mode” Yes. Then FATFS-no, FREERTOS-no, USB_HOST-no a GRAPHICS-yes (Display Paraller ... yes).
2. I turn off ADC3, DCMI, ETH, I2C1, QUADSPI, SAI2, SDMMC1, SPDIFRX, SPI2, TIM1, TIM2, TIM3, TIM5, TIM8, TIM12, USART6, USB_OTG_FS.
3.In RCC, I disable LSE. Why it indicates an error before disabling Clock Configuration ?
4.In DMA2D, set Color Mode RGB565, LTDC Layer 0 - Pixel RGB565 format, I2C3 Primary slave address 112 and DMA I2C_RX and I2C3_TX
5. GRAPHICS X size 480, Y size 272, Layer0- Color Conversion GUICC_M565, Use GUIBuilder Tool Enable, Graphics Application Category Window
6. Project-settings-name-SW4STM32- Generate Under Root-no - Code Generator - Copy all used...OK
7. Generate Code
8.I add the BSP library, ts.h, ft5336, rk043fn48h, Fonts
9.. In emWin GUIBuilder V5.40a I build a window with one button.
10 Build and write to panel. Is OK.
__How to do it to change the color after pressing the button and add “OK”?


How to start a touch in STM32F746G Discovery?
I chose “Inicjalize all perypherals with their default Mode”.
I added GRAPHICS (STemWin).
I made a window with a button.
I inserted correctly into the plate.
Displays correctly.
What do I need to do next?