caiotoledo / Cubli_2016

Cubli Software using FreeRTOS
Apache License 2.0
18 stars 5 forks source link

Synchronous TWI FreeRTOS #3

Closed caiotoledo closed 8 years ago

caiotoledo commented 8 years ago

The Asyncronous TWI isn't working.

It does the read and write operations, but the semaphore don't give when the transfer ends, it's working by timeout of xSempahoreTake blocktime.

A ticket was open about it in Atmel.

caiotoledo commented 8 years ago

Implemented as Synchronous.