Make the byte order in QS-RX buffer compatible with DMA
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
The byte order in QS-RX buffer is "reversed", meaning that new bytes are added at lower addresses than old bytes. This is incompatible with DMA, which populates memory in the direct byte order, where new bytes are added at higher addresses than old bytes. This feature request is to make byte order in QS-RX compatible with DMA.
--MMS
Anonymous
The byte order in QS-RX has been reversed and made compatible with DMA.
--MMS