Other Parts Discussed in Thread: EK-TM4C123GXL, BOOSTXL-CANFD-LIN, TCAN4550
setup:
EK-TM4C123GXL connected to a BOOSTXL-CANFD-LIN
SPI:
mosi - B7, miso-B6, CLK-B4, and CS-A4. I am using SSI_FRF_MOTO_MODE_0 with a bit rate of 2000000.
I am trying to spi write 0x00000003 to set the CCCR.CCE and CCCR.INIT bits under the Control Register however, but my write doesn't seem to do anything as the CCE bit doesn't set, every time I read from that register after I attempt to set it, I get 0x00000019 back which is the reset according to the documentation. Wondering why that would be the case?