[Oberon] FPGA - nRF24L01 `RPI Net' server

Tomas Kral thomas.kral at email.cz
Tue May 22 13:39:12 CEST 2018


On Tue, 22 May 2018 13:25:09 +0200
Jörg <joerg.straube at iaeth.ch> wrote:

> I'm not the C guru, but my try to translate
> SYSTEM.PUT(SYSTEM.ADR(rx), 0); is (&rx)* = 0;

Me neither, but I got the point.
Possibly this *((uint32_t *) &rx) = 0;

Also with memset() I set 8 bytes the size of the whole header, including
len = 0.

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


More information about the Oberon mailing list