Other Parts Discussed in Thread: HALCOGEN
Hello,
I am trying to communicate SPI2 master and SPI4 as slave. I am trying to call the function SpiSendData() which has interrupt. The sys_startup.c has vim_init() and I added vim_enable_interrupt function so Spi2 high and low, Spi4 high and low have interrupts enabled in the main function. My interrupt line is INT0. Spi2 transmit interrupt is high so spi2HighLevelInterrupt(void) has to be called but I am not able to get into interrupt function as its not stopping at the breakpoint. Is there anything that I am missing?
Thanks
Varun