hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
If you are a master sending data then you don't send ACKs or NACKs, the slave sends them to tell you it received the data. If you are a master receiving data then you send ACKs to keep the slave sending or one NACK at the end to stop it, that one is generated for you by the hardware automatically. In fact they all are, so you can't generate a NACK yourself nor do you need to.
If you are a master sending data then you don't send ACKs or NACKs, the slave sends them to tell you it received the data. If you are a master receiving data then you send ACKs to keep the slave sending or one NACK at the end to stop it, that one is generated for you by the hardware automatically. In fact they all are, so you can't generate a NACK yourself nor do you need to.