How can we use USB CDC on AtomS3 for serial debugging?
-
Hi,
I want to use the USB CDC port on AtomS3 (Lite) for serial debugging. It seems that there are no dedicated blocks for USB CDC in Alpha-26. Is it possible to use USB CDC with the
UART
blocks (e.g.,Init UART 0 with
orUART 0 setup
) with a particular configuration?Thank you very much in advance,
Shigeru -
Hi,
I found that the
print
block in theText
category works fine without configuring pins.I overthought about this issue.
Thanks,
Shigeru