2022-09-30 01:12 AM
This morning, I installed cubemx and created a project for STM32F767IGT6
using J-link v2 to download the hex file to the board, but it didn't work.
The project have included the LTDC, but I cannot get any signal(DCLK/VSYNC/HSYNC)
from the test pads on PCB. It looks like the system clock(216MHz) doesn't work or
something wrong. The board is good and works fine with my the other project hex files.
Solved! Go to Solution.
2022-10-02 11:10 PM
I install CubeMX IDE and try the same settings again.
Now the HID-USB and LTDC does work now.
I will check the settings of CubeMx again.
2022-09-30 03:06 AM
Hello,
First of all let me thank you for posting.
Could you please provide the *.ioc file and the CubeMx and CubeIDE version so I be able to investigate the issue.
Kind regards,
Aymen
2022-10-02 05:57 PM
2022-10-02 05:58 PM
2022-10-02 06:25 PM
There's always the debugger..
Perhaps instrument Error Handler and Hard Fault Handler, see if it dies there.
Check HSE_VALUE, and that clock starts and PLLs lock.
2022-10-02 11:10 PM
I install CubeMX IDE and try the same settings again.
Now the HID-USB and LTDC does work now.
I will check the settings of CubeMx again.