-
I'm working on nucleo-h743zi board and Hope to test some DAC for display which fit with LTDC's interface. However always zephyr is stucked in below code and everything is work normally when disabling LTDC. reproducing situationThis can be reproduce on zephyr's default hello_world example with adding below two configurations. Every other thing is same with hello_world's prj.conf
app.overay
build & debug logsLinker's log says frame buffer successfully placed on SRAM.
However, there is no hello world message shown in UART console. Debugger says like below.
UPDATE : bss section or frame_buffer isn't causes. However I am still investigating and Currently stucked because debug session strangly stopped on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved this problem through enabling PLL3. (it was disabled defaultly) |
Beta Was this translation helpful? Give feedback.
I solved this problem through enabling PLL3. (it was disabled defaultly)