Associate II
September 2, 2022
Question
Make USART6 as debug console in STM32F768-discovery board
- September 2, 2022
- 2 replies
- 1094 views
Greetings !
I am working on STM32F769 discovery board . I have built OS using Buildroot . I can able to get U-boot prompt through Default debug console (USART1).
Here I having a requirement of changing default debug console (USART1) to USART6 . I am attaching the contents of the patch below , which includes my modifications in u-boot source (v2020) . But I am not able to get the console over USART6 .
Since I have been stucked in middle of project , requesting you to help me overcome this issue .
Thanks in Advance