Other Parts Discussed in Thread: C2000WARE, SYSCONFIG, TMDSCNCD280039C
Hello,
I am using a TMS320F280039C control card with the TMS evaluation dock.
As a start, I imported the spi_ex4_external_loopback_fifo_interrupts project from C2000ware v4.1.0.0
I connected the pins to each other as listed in the top of the .c file. SPIA is set up as a spi slave to receive traffic from the SPIB master. I see SPIB sending data, but SPIA does not ever receive anything, or set an interrupt.
I checked the sys config and noticed that it configures one of the SPIB pins to pin 83, which is not pinned out on the EVM dock, so I moved it to pin 90 instead.
I've scoped every pin and notice that for some reason there is no SPI traffic. I see MOSI toggle once but nothing else moves. This is a default example project, so I do not understand why it does not work.
