hi C,
It was 'wrong' in the context of our chat about DIM's, not if you planned using all Const's for every address.
Const rd_regfifo = 0x00 'ADDRESS
Const wr_regfifo = 0x80 'ADDRESS or 0x80
Const rd_regopmode = 0x01
Const wr_regopmode = 0x81
Const rd_regbitratemsb = 0x02
Const wr_regbitratemsb = 0x82
But you say OS doesn't allow Const for SPI. [ I have never tried]
E
It was 'wrong' in the context of our chat about DIM's, not if you planned using all Const's for every address.
Const rd_regfifo = 0x00 'ADDRESS
Const wr_regfifo = 0x80 'ADDRESS or 0x80
Const rd_regopmode = 0x01
Const wr_regopmode = 0x81
Const rd_regbitratemsb = 0x02
Const wr_regbitratemsb = 0x82
But you say OS doesn't allow Const for SPI. [ I have never tried]
E