Hello,
I have this requirement:
1. A Capture port interrupt occurring on one TMS320F28335 needs to signal its occurrence to another TMS320F28335 using CAN bus communication.
2. The delay between the Capture port interrupt occurring and the other TMS320F28335 receiving and processing the information (in the CAN ISR) needs to be almost constant (maybe +/- several microseconds. I am not exactly sure yet what is the maximum acceptable non-constant delay).
I believe this is possible without the Sys/Bios using interrupt nesting. Is it possible with Sys/Bios?
How would I code it in Sys/Bios to get the least amount of non-constant delay?
Thanks,
Stephen