redline-labs / traqpaq

www.traqpaq.com
GNU General Public License v3.0
2 stars 0 forks source link

SPI Mutex #5

Closed ryandavid closed 12 years ago

ryandavid commented 12 years ago

Need to figure out why ASF SPI Service hangs when trying to utilize SPI Mutex. Mutex interface is currently commented out from ASF code

ryandavid commented 12 years ago

Fixed in commit 29650396cdfffbc65b2ff71b249a4b8f33c61bfd. Application SPI initialization used functions from both the ASF 'SPI driver' and 'SPI service'. ASF SPI Service created the mutex, but it wasn't used when using the ASF SPI driver read and write functions.

Need to complete rework of Dataflash driver before closing issue