Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi, I just have a quick question regarding the TMS570LS0914PZ HALCoGen configuration. I want to communicate with SPI2 using the interrupts and the function spiSendData() and spiGetData().
So far, I've been successful in using SPI4 module of this MCU. I would simply enable SPI4 high priority (or low) interrupt in the VIM table. This would in turn generate the interrupt handlers spi4HighLevelInterrupt() or spi4LowLevelInterrupt().
The problem is that I can't find SPI2 interrupts in the VIM table or HALCoGen. Is that on purpose? Am I missing something? Thanks.