Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

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?


 

Newest Forum Posts

  1. Монтаж камина с грилем в Москве - установка и барбекю by KpddomErorb, 2025-05-10 18:28
  2. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  3. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  4. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  5. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  6. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  7. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  8. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  9. Build a project in "release" mode by tang, 2025-02-20 10:36
  10. Build a project in "release" mode by info@creosrl.it, 2025-02-19 17:35

Last-Modified Blogs