|
Hi Mark,
I know it is a bit late, but I can confirm the bug you reported. As a solution, I am:
1. Using the continuous clock, 2. Adding a new empty byte to the beginning of the data to be sent, 3. Shifting every data byte by one bit, in order to correct this clock deviation
There is a lot of overhead associated, and for my application I need to allocate a buffer only for this operation, in order not to mess with the user data buffer. If you found another solution, please let me know.
Regards Luiz Fernando
|