Hi,
We're developing a new circuit to control ignition and flame of the water heater burner. that means MCUs' software has to fulfil 60730 Class C safety software requirements.
We're using
- PIC16F946 as Safety controller and SPI communication master.
- PIC16F77 as Safety monitor/supervisor and SPI communication slave.
both MCUs share information about the safety field sensors and its own status in order to shut down gas valve case of any default detection or misunderstood between MCUs
In order to warrant reliability and safety in communication and to avoid collisions, some "guru"s propose to add a signal from the slave to the master MCU to notify when it is ready to send/receive a 8- bit-packet.
Do you agree that solution? any other proposal?
Does Anyone know bibliography about this topic?
Thanks in advance....