Skip to main content
JNAMB.1
Associate II
March 25, 2020
Solved

hi, i am new to st environment, recently i bought a stm32f7508-disco board , but i couldn't find any examples for the said board. all i see example are for stm32f746g i tried following similar method but code generation fails every time, please help

  • March 25, 2020
  • 5 replies
  • 1101 views

please don't recommend to buy stm32f746 board

This topic has been closed for replies.
Best answer by berendi

There are a couple of examples in STM32Cube/Repository/STM32Cube_FW_F7_V1.16.0/Projects/STM32F7508-DISCO

5 replies

berendi
berendiBest answer
Principal
March 25, 2020

There are a couple of examples in STM32Cube/Repository/STM32Cube_FW_F7_V1.16.0/Projects/STM32F7508-DISCO

Technical Moderator
March 25, 2020

STM32Cube_FW_F7_V1.16.0\Projects\STM32F7508-DISCO\Demonstrations\TouchGFX

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
JNAMB.1
JNAMB.1Author
Associate II
March 25, 2020

thank you all

JNAMB.1
JNAMB.1Author
Associate II
March 26, 2020

can you also give some touch screen/graphics examples, also please explain why simulation and code generation fails in touchgfx when i try to create an application with STM32F750

Jshin.1
Associate
March 26, 2020

Hi,

I have also recently purchased STM32f750-DK discovery board,I have configured USB HS and USB FS both for Communication Device Class on STM32 Cube IDE.

Code is generated and Built without any Error but On debugging USB FS Port detects on My PC as Com Port but USB HS port does not detect.

can any body suggest some solution/configurations for USB HS?