[Oberon] FPGA - nRF24L01 `RPI Net' server

Tomas Kral thomas.kral at email.cz
Fri May 18 11:13:52 CEST 2018


On Fri, 18 May 2018 11:03:18 +0200
Jörg Straube <joerg.straube at iaeth.ch> wrote:

> As you are using Enhanced Shockburst mode (auto ack and auto
> retransmission) you don‘t need REUSE_TX_PL. If MAX_RT is reached, the
> TX_FIFO is not emptied. Resetting MAX_RT and toggling CE is enough to
> resend the same packet again. See detailed description in 7.8.7

Yes,

I have been thinking about it, as Paul does something similar in
`SCC.SubSnd'.

ce(LOW); delayMicroseconds(10); ce(HIGH);
or
ce(LOW); ce(HIGH);
???

I am confused, why I sometimes I need `10us' and in some cases not.
re-reading 7.8.7 again.

-- 
Tomas Kral <thomas.kral at email.cz>


More information about the Oberon mailing list