Other Parts Discussed in Thread: HALCOGEN
Hi,
how do I have to setup the TMS570 using HALCOGEN to trigger MibSPI1 by GIOA0? I configured the the transfer group 0 with trigger source TRG_GIOA0 and tried different trigger events. I also configured GIOA0 as an input.
My application initializes MibSPI and the GIO port using
mibspiInit();
gioInit();
as well as the mibspi data format by
mibspiSetData( mibspiREG1, 0, data );
If I change the input on GIOA0, nothing happens. Do I have to enable any interrupts? What did I miss?
Thanks in advance
Manuel