2023-04-25 01:37 PM
Board is powered by an external power supply.
Solved! Go to Solution.
2023-04-25 02:08 PM
Ok, so if it's externally powered, is the USB/CDC connected? Is that where you expect to see data?
Is there an LED you can toggle to see signs-of-life? Or can you use a scope on the USART1_TX pin to see output?
Test the USART output functions directly. Output 'U' patterns so you can confirm baud rate with a scope.
Make sure there are suitable printf() libraries linked. The .MAP should indicate what went into the final build, and also the size of the code.
2023-04-25 02:08 PM
Ok, so if it's externally powered, is the USB/CDC connected? Is that where you expect to see data?
Is there an LED you can toggle to see signs-of-life? Or can you use a scope on the USART1_TX pin to see output?
Test the USART output functions directly. Output 'U' patterns so you can confirm baud rate with a scope.
Make sure there are suitable printf() libraries linked. The .MAP should indicate what went into the final build, and also the size of the code.
2023-04-25 02:29 PM
Thanks Tesla,
I got this working.