Skip to content

amples/subsys/usb/cdc_acm_composite: Stuck at "Wait for DTR" #13665

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

Closed
cinlyooi-intel opened this issue Feb 22, 2019 · 3 comments
Closed

amples/subsys/usb/cdc_acm_composite: Stuck at "Wait for DTR" #13665

cinlyooi-intel opened this issue Feb 22, 2019 · 3 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@cinlyooi-intel
Copy link
Contributor

Describe the bug
The last message is "Wait for DTR". Next message "DTR set, start test" not displayed.

Looks like the program is stuck at uart_line_ctrl_get() command

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=sam_e70_xplained -DARCH=arm -D-DOVERLAY_CONFIG=overlay-composite-cdc-msc.conf .. #sam_e70_xplained:arm
  3. make
  4. See error

Other targets:

  • -DBOARD=nrf52840_pca10056 -DARCH=arm 
    
  • -DBOARD=frdm_k64f -DARCH=arm
    

Screenshots or console output

***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-444-gb1a7e71436 (delayed boot 1000ms) *****
Wait for DTR

Environment (please complete the following information):

  • OS: Fedora
  • Toolchain: Zephyr
  • Commit SHA or Version used: b1a7e71
@cinlyooi-intel cinlyooi-intel added the bug The issue is a bug, or the PR is fixing a bug label Feb 22, 2019
@cinlyooi-intel
Copy link
Contributor Author

Most likely we will find it is the same reason as #13662

@jfischer-no
Copy link
Collaborator

what is the difference to #13662?

@nashif
Copy link
Member

nashif commented Feb 22, 2019

duplicate

@nashif nashif closed this as completed Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

3 participants