Look around firmware/spi.c as well as SpiMaster-related stuff in IOIOLib.

BTW, splitting this into multiple transactions, as long as you use writeRead
*Async*() and possibly bundling multiple calls between beginBatch() /
endBatch() should not introduce a lot of latency between the transactions.
I've used this trick in the past to control LED chains (see IOIOHolidayApp).


On Tue, Apr 29, 2014 at 11:49 PM, <[email protected]> wrote:

>
> No, for my application I must have a long transaction (to have a good
> refresh rate)
> Where I can modify this limit ?
>
> Thanks
>
>
> Aimeric
>
>
> Le mercredi 30 avril 2014 01:10:47 UTC+2, Ytai a écrit :
>>
>> Is it unfeasible in your case to break a long transaction into several
>> smaller ones?
>> On Apr 29, 2014 9:41 AM, <[email protected]> wrote:
>>
>>>  Hello,
>>>
>>> I use the SPI link to send data between my electronic board and the IOIO
>>> board (with the dongle Bluetooth)
>>> Today, I am limited by the SPI buffer size (for me it's 64 words) and I
>>> would like to know, how to modify this size (in application firmware and/or
>>> software, ...)
>>>
>>> Thanks by advance
>>>
>>>
>>> Aimeric
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "ioio-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To post to this group, send email to [email protected].
>>>
>>> Visit this group at http://groups.google.com/group/ioio-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "ioio-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/ioio-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to