Hi,
I'm trying to simulate McBSP port using Port Connect widget. Writing data to file works fine, but i have problem with reading from file. My test application is simple, there is McBSP0 configured to invoke interrupt when recives data, read that data and write it to output file. So, i've connected input file with some data and empty output file. But when program starts nothing happens - interrupt is not invoked. So my question is, how reading from file should exactly work? Shuld I somehow force recive interrupt? I've seen video tutorial for Port Connecting on CCS wiki and there program was just started, and output file was ready immedietly after 'run' click. Unfortunately source code is not shown.