Hello to all,
In the CodeVision when we are using TWI it's function is TWI_master_trans ,... and it will be define an interrupt as bellow code,
why? Is it another TWI function that I can send start and stop manually? why we use interrupt for TWI?
There is a problem when we are in TWI function and another interrupt will be ask
the TWI_MASTER_TRANS will be pull down clock and the program will be paused!.
what is the solution?
thank you all.