2021-11-29 10:02 PM
Hello Everyone,
I have Devboard (STM32H750B-DK) and i did some experiments by using touchgfx but now i am trying custom board (with STM32H750XBH6 ) but i don't how i integrate ( Touchgfx, STMCubeIDE & CubeMX) and generate code please guide me.
Solved! Go to Solution.
2021-11-30 02:22 AM
You ask unanswerable question. Tutorial for custom board dont exist.
Standart way is open CubeIDE, press new STM project and in wizard choice your used MCU.
In ioc window setup all custom peripherals and add software packages ... one is TouchGFX
...
2021-11-29 10:43 PM
??? simply place full or partial framebuffer to internal ram, based on your lcd
2021-11-30 01:44 AM
is there any steps or tutorial for it so please share it
because i follow 3. Display with framebuffer in internal RAM | TouchGFX Documentation but i am getting ST Community these kind of problem
2021-11-30 02:22 AM
You ask unanswerable question. Tutorial for custom board dont exist.
Standart way is open CubeIDE, press new STM project and in wizard choice your used MCU.
In ioc window setup all custom peripherals and add software packages ... one is TouchGFX
...
2021-11-30 02:29 AM
Thanks for nice reply
2021-11-30 04:19 AM
When you need reply how with internao RAM, then simply select framebuffer by Allocation and generated code is prepared...
2021-12-04 02:09 AM
Hello Dear,
my project stuck on hard fault when code reaching at " hal.taskEntry()" is use in task function
i am attaching screen shots of configuration
2021-12-04 02:19 AM
What isnt clean on simply select framebuffer by Allocation?
You choice By Address *** select 240000 is here space for buffer? 800x480X3 bytes? Isnt used by linker ?