stop v-usb usb interrupt without cli

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

stop v-usb usb interrupt without cli

Post by ulao » Mon Jun 12, 2017 6:27 pm

IS there a way to stop the usb interrupt without using cli? cli causes lots of memory move issues that requires the ATOMIC_BLOCK for avr. I'd rather just disable usb ints then all.

Post Reply