2020-04-30 08:18 AM
I have the development kit, I made an application, following an ST tutorial, but it is still not working. I have the .bin file, but when I debug the program the display doesn't show anything, and the red led continuos blinking, I think there are some problems programming the flash, but I do not know what to do to fix them.
2020-04-30 10:34 AM
Can you try just opening the touchgfx designer, selecting F7508-DK and pressing "Run target"? It will use our makefiles (gcc) and stcubeprogrammer. Start by letting me know if that works for your board.
/Martin
2020-04-30 11:27 AM
Thanks, using TouchGFX designer and run to target, works very well, but I would like to integrate teh project inside of STM32CUBE IDE.. Is that the problem
2020-04-30 11:36 AM
Maybe, instead of integrating in STM32CUBE I can just make a TouchGFX project and read data from the UART. Do you think it will work?
2020-04-30 11:37 AM
I don't have a board with me right now so i can't check, but it shouldn't be a problem. The V3 templates support CubeMX generated projects.
/Martin
2020-04-30 11:45 AM
Yes, no problem. The project supplied by the designer in order to run from within the designer is just a Makefile using gcc/arm-gcc to compile. You can modify it no problem if you want to get started immediately. I will have to find a board once i'm back at the office to test this
/Martin