Replies: 1 comment 3 replies
-
BOSSA is for Atmel (now Microchip) SAM family devices. nRF52840 is not a SAM family device. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working on a project and am trying to use the Arduino variant of BOSSA to automatically reset it into bootloader mode with a 1200 baud touch.
I've tried including
In the prj.conf file. But I can't seem to get it to work this way.
Also tried to manually do it with the code copied from bossa.c in \soc\arm\atmel_sam0\common but it complains of missing reference cdc_acm_dte_rate_callback_set. Does the NRF52840 usb cdc driver not support the callback or am I doing something wrong here
Beta Was this translation helpful? Give feedback.
All reactions