Search found 11 matches
- Tue Jan 29, 2008 2:12 pm
- Forum: V-USB
- Topic: how to set up interrupt vector programmatically
- Replies: 5
- Views: 7325
- Tue Jan 29, 2008 1:42 pm
- Forum: V-USB
- Topic: how to set up interrupt vector programmatically
- Replies: 5
- Views: 7325
- Fri Jan 25, 2008 6:00 pm
- Forum: V-USB
- Topic: how to set up interrupt vector programmatically
- Replies: 5
- Views: 7325
how to set up interrupt vector programmatically
how to set up interrupt vector programmatically ? for example, it is easy to define interrupt vector at the compile time like this, using winavr lib: ISR(INT0_vect) { } but I need select INT0_vect or INT1_vect... etc programmatically, depending on some conditions.. What is the easiest way ? Thanks a...
- Fri Jan 25, 2008 5:43 pm
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
- Fri Jan 11, 2008 12:00 pm
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
- Fri Jan 11, 2008 11:52 am
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
- Thu Jan 10, 2008 5:08 pm
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
OK, then where are that users ? Why they are silent ? Here is no one why had success in this situation. I completely sure what the driver 1.12.2007 doest work with interrupts other than INT0 because I have very simple device - only USB socket and there is an end to it. And I make tuning of the heade...
- Wed Jan 09, 2008 11:05 pm
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
I understand that and I think the same... But I have done all possible for me tunnings of the .h file and I write here because all of them are not helpful.. I expected what authors of the driver give me exact answer or if they are NOT SURE - study the situation and give exact answer. I do not have t...
- Wed Jan 09, 2008 12:39 am
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
- Fri Dec 28, 2007 9:59 pm
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
- Thu Dec 27, 2007 2:59 am
- Forum: V-USB
- Topic: problems with using external interrupt different from INT0
- Replies: 28
- Views: 28936
I already have done this and found what all is ok. BUT when I use INT7 - no. Tomorrow I will check INT1. So first of all I would ask about tunning the .h file. Please check my first two posts for errors... Especially I am unsure about #define USB_INTR_VECTOR SIG_INTERRUPT7 When I check the initializ...