This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USB CDC ACM Example is not working in interrupt mode

Hi,

On Nordic SDk 15.0, I have observed that USB CDC ACM Example is not working in interrupt mode on nrf52840 Evaluation kit.

But I have tested USB CDC ACM Example in interrupt mode on Nordic SDK 14.2 and its works fine.

To enable interrupt mode, I have modified the USB CDC ACM example of Nordic SDK 14.2 as stated in this link - 

https://devzone.nordicsemi.com/f/nordic-q-a/29641/pca10056-usb-cdc-demo-no-polling

Can you please help us to resolve the issue on Nordic SDK 15.0?

Thanks in Advance

Regards,

Deepa

 

Parents Reply Children
  • Hi Alec

    My apologies, I forgot to get back to you. 

    I discussed this with the developer but he agreed with my assessment. By design the DTR signal is controlled exclusively by the driver itself, and there is no way to access this from the application without changing the driver. 

    At a minimum you would need to make the functions controlling the DTR signal present in the header file, so that you can access them from the application and simulate a line state update from the host. 

    Best regards
    Torbjørn

Related