Hello,
In the RM57 Technical Reference the Default Chip Select Register (27.3.20 ) bit [7-0] the behavior is defined in terms of 0 and 1.
How ever halcogen uses the value 0xFF instead of 1. Is the datasheet wrong?
Thanks!
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.
Hello,
In the RM57 Technical Reference the Default Chip Select Register (27.3.20 ) bit [7-0] the behavior is defined in terms of 0 and 1.
How ever halcogen uses the value 0xFF instead of 1. Is the datasheet wrong?
Thanks!
Hi Dmitri,
The datasheet is trying to say the each individual chip select can be configured for either active high or active low. The default value is 1 which means by default the chip select is high when there is no transfer. In other word, during transmission the chip select will be low. The HalcoGen is grouping the 8 supported chip select into a bus which is 0xFF or 11111111b. Note that in RM57 the maximum number of chip selects implemented per MibSPI module is six rathar than eight.