2021-09-13 08:12 AM
screen option 1 : Riverdi RVT43ALBFWN00 TFT LCD Colour Display / Touch Screen, 4.3in, 1280 x 768 | RS Components (rs-online.com)
screen option 2:
STM32F746G-DISCO STMicroelectronics | Development Boards, Kits, Programmers | DigiKey
Microcontroller used:
STM32F072B-DISCO
2021-09-14 03:32 AM
Hi,
TouchGFX does not support M0 cortex unfortunately so you will not be able to work with the STM32F072B-Disco.
Maybe try to contact Riverdi they might have projects available to customers using this display and TouchGFX on another mcu.
/Romain
2021-09-15 01:05 AM
You can use any screen your opt1 too, but MCU need RAM and power for good graphics result and support for Cortex used .
@Romain DIELEMAN realy? Then why in lib directory i see folder m0?
10. 11. 2020 11:58 <DIR> .
10. 11. 2020 11:58 <DIR> ..
10. 11. 2020 11:58 <DIR> cortex_m0
10. 11. 2020 11:58 <DIR> cortex_m33
10. 11. 2020 11:58 <DIR> cortex_m4f
10. 11. 2020 11:58 <DIR> cortex_m7
2021-09-15 01:23 AM
It used to be supported but not anymore since TouchGFX was integrated to the STM32Cube environment. It shouldn't be that hard to support it again but we do not have ST development kits we could test on. Where did you that lib directory by the way ?
/Romain
2021-09-15 01:39 AM
The STM32G0 for example is on M0+ and not M0 (don't ask me the difference I don't know :grinning_face_with_sweat:) so maybe the directory has the wrong name.
/Romain
2021-09-15 01:40 AM
I write this here , in midlkeware touchGFX dir Cube stores libs for all OS and IDEs and stupidly waste space on HD...
2021-09-16 01:30 AM
thank you for the answer and guidance, we actually started working with another microcontroller (STM32f469I-Discovery) and everything is working perfectly now.
I do have another question if you can help.
From all the boards that can work with touch gfx, does any come without a screen (only the board) ?, We are looking to use the board and the touch gfx tool to work on a bigger display (7"+), and having the board only will help us to reduce the cost of our project.