Hello!
I'm using TMS570LS20216 and HALCOGEN and i was trying to run SPI connection.
I found topic on e2e:
http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/344778.aspx
so i have tried to port this example(from last post) to my platform and it's impossible due to HALCOGEN'S disabled option of connecting interrupts (both RXINT and TXINT) to all of SPI modules. What is shown in picture below
And my question is how to enable interrupts? Is it somehow possible to bypass this inside code generated by HALCOGEN?