Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAM sample program #11

Open
ambu-jslvs opened this issue Mar 11, 2020 · 2 comments
Open

DAM sample program #11

ambu-jslvs opened this issue Mar 11, 2020 · 2 comments

Comments

@ambu-jslvs
Copy link

Hi,

When I use QAPI_UART_PORT_003_E for UART interface init, where can I see the output. Can you please help with this very basic.

@wintuvogga
Copy link

wintuvogga commented Aug 1, 2020

Hi you need to solder UART3_RX and UART3_TX to pin 50 and 49. you can then use FT232 USB to serial converter to get the log into PC on putty or any serial terminal.
check this image: https://velascosys.com/public/device.jpeg

@Thalhammer
Copy link
Owner

Sorry for the late reply, somehow I missed the issue.
wintuvogga is right, depending on your board you need to solder directly to the chip.
Since the pinout is pretty small make sure you dont bridge any nearby pins by accident.
If you dont want to modify the board you can also redirect the console to the USB port, however I would only choose this method as a last resort when in a hurry as for some reason I do not understand yet the chip keeps resetting if you try to write to usb and usb is not plugged in. You also cant detect if USB is present without any external hardware (I know the chip can, but I have not figured out how yet), which means you need to compile/disable those outputs after development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants