Hello,
I am using the programs listed in the title with the F28335 DSP experimenters kit. I have a bios projec tworking and it read and writes to the SCI. I am trying to setr up an interrupt to trigger when data comes into the SCI. I cant seem to find an example for this anywhere and am currently setting the function i want called in the tcf file to be called by PIE 9.1 which should be theRX of the SCIA. There is data streaming into and out of the sci but the interrupt never triggers. Can you provide any insight as to further steps that must be taken to allow the PIE interrupts to work. I have the function listed in the tcf managers as well as using
PieCtrlRegs.PIEIER9.bit.INTx1 = 1; // enable PIE interrupt 9.1
in the main loop to enable the interrupt. As stated the sunction never gets called even though there is data being passed through the serial port. Thank you for any insight or examples you can provide.