Helllo,
We design a new project in which the MSP430 will get an interrupt upon SPI message via USCA (as slave) every 10usec.
Upon this interrupt, the MCU will set some GPIOs and send an SPI message via USCB (as master).
Each time, the incoming SPI message has the same size.
Each time, the number of operations executed by MCU (via SPI, GPIO) is identical according to the incoming message.
My question is:
Can I be sure that the above process will be fully deterministic without any interrupt jitter ?
Best regards,
Z.V