-
Notifications
You must be signed in to change notification settings - Fork 8
Write oRSC BE VMEStream -> SPIStream code #9
Comments
Small updates + more support for emulation
Hi @dabelknap, can you try to do this? It should live in |
In other words, I use |
Exactly! On Fri, Oct 4, 2013 at 1:44 PM, Austin Belknap notifications@github.comwrote:
|
How exactly is a SPI transfer triggered? I don't see any "transfer" calls made in the loop: https://github.com/uwcms/cms-calo-layer1/blob/master/orsc_be_spi_echo_test/src/spiecho.c#L122 |
Okay, so data is transferred automatically in/out of the SPIStream buffers without explicit calls (https://github.com/dabelknap/cms-calo-layer1/tree/master/spistream/README.md), correct? |
Yes, it is "interrupt driven" - however, there may be an error in how it is Checkout uart_echo_test for a working example of interrupt handling (for a On Mon, Oct 7, 2013 at 10:27 AM, Austin Belknap notifications@github.comwrote:
|
Done, to be tested. |
This standalone package should live on the oRSC backend, receive data over VMEstream and forward it via SPIStream to the backend.
Will be 1/2 based on the validation code in #8, and half on orsc_be_spi_echo_test.
The text was updated successfully, but these errors were encountered: