Other Parts Discussed in Thread: TMS570LC4357, HALCOGEN
Dear All,
I worked with the configuration of the spi for TMS570LC4357 but when I run the program I can't see nothing in the signals.
I use HalcoGen 04.05.02 for the configuration:
spiDAT1_t dataconfig1_t;
dataconfig1_t.CS_HOLD = FALSE;
dataconfig1_t.WDEL = TRUE;
dataconfig1_t.DFSEL = SPI_FMT_0;
dataconfig1_t.CSNR = 0xFE;
spiInit();
spiSendAndGetData(spiREG2, &dataconfig1_t, 16, TX_Data_Slave, RX_Data_Slave);





