|
|
Re:USB SPI Development
|
|
Date: 2007/06/23 07:51
|
By: dariog
|
Status: User
|
|
|
Karma: 6  
|
|
| Posts: 107 |   | |
|
Only problem I can see (and have faced too, but using software SPI) is that you may "hang" in the SPI routines for too long (due to clock, or polling flags...), thus causing USB to disconnect. USBTasks() must be called every 50-100 uS on average.
|
|
|
|