Spontaneous sending data to PC + disable all interrups(>1s)

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
pt200
Posts: 1
Joined: Tue Aug 31, 2010 9:23 am

Spontaneous sending data to PC + disable all interrups(>1s)

Post by pt200 » Tue Aug 31, 2010 9:32 am

Code: Select all

cli();
// time critical long process >1s
sei();
// Sending result to PC


Can such and how?

P.S. sorry for english :oops:

Post Reply