Part Number: TMDXRM57LHDK
I am currently working with a RM57 Hercules Development kit. I am attempting to complete an SPI transfer, and I am confused about the value for CSNR. In the reference manual in figure 27-25, it lists the values for CSNR, but these do not seem to correspond to the values of the spiChipSelect enum in code. I am using SPI1 in compatibility mode with Chip Select 0. The figure in question says that to use CS_0, a value of 1 is needed for CSNR, but the enum specifies CSNR to be 0xFE. Am I misunderstanding the figure in the reference manual, or is this an issue? Thank you.