This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS04x SPI chip select: values of spiDAT1_t.CSNR

Other Parts Discussed in Thread: HALCOGEN

I'm unsure on what values to set in the spiDAT1_t.CSNR to uniquely set either CS0, 1, 2 or 3.

Is it correct that

- spiDAT1_t.CSNR = 0XFE => CS0 (11111110)

- spiDAT1_t.CSNR = 0XFD => CS1 (11111101)

- spiDAT1_t.CSNR = 0XFB => CS2 (11111011)

- spiDAT1_t.CSNR = 0XF7 => CS3 (11110111)

or am I mixing Encoded Chip Select and normal chip select?

(I'm reading the reference manual Rev A)