Jump to content

SW4STM32 STM32F746-disco 1.1.2

   (2 reviews)

2 Screenshots

About This File

This is an example project for the STM32F746-disco board for the SW4STM32 platform.


What's New in Version 1.1.2

Released

The board now initializes properly and an example gui has been added made by @blacktronics :)

Buttons now react when pushing on them. They don't trigger any actions, but only react to touchscreen inputs. Thanks to @Dvor_nik bringing this to my attention.

Updated µGFX to the newest version. Fixed some small issues brought up by @Dvor_nik.

 


User Feedback

You may only provide a review once you have downloaded the file.


Dvor_nik

   1 of 1 member found this review helpful 1 / 1 member

Touchscreen doesn't work in this project. o.O No reaction for clicking on the button etc.

 

Link to review

Files are missing in the download and error during compile:

The 746 board with the FreeRTOS 746 demo compiles and runs fine.

Using System for Workbench STM32

15:56:38 **** Incremental Build of configuration Debug for project STM32F7-Disco ****
make all 
Building file: ../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c
Invoking: MCU GCC Compiler
C:\Users\xxxx\Desktop\disco stuff\STM32F7-Disco BareMetal\Debug
arm-none-eabi-gcc -mcpu=cortex-m7 -mthumb -mfloat-abi=hard -mfpu=fpv5-sp-d16 -DSTM32F746G_DISCO -DSTM32F746NGHx -DSTM32F7 -DSTM32 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F746xx -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/inc" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/HAL_Driver/Inc" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/CMSIS/core" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/CMSIS/device" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/drivers/gdisp/STM32LTDC" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/drivers/ginput/touch/FT5336" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/uGFX/src/gdisp/mcufont" -I"C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/rsc" -O0 -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.d" -MT"uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o" -o "uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o" "../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c"
In file included from ../uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.c:8:0:
C:/Users/xxxx/Desktop/disco stuff/STM32F7-Disco BareMetal/inc/gfx.h:51:31: fatal error: src/gfx_compilers.h: No such file or directory
 #include "src/gfx_compilers.h"
                               ^
compilation terminated.
make: *** [uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o] Error 1
uGFX/drivers/ginput/touch/FT5336/subdir.mk:18: recipe for target 'uGFX/drivers/ginput/touch/FT5336/gmouse_lld_FT5336.o' failed

15:56:38 Build Finished (took 237ms)

 

Link to review
×
×
  • Create New...