Microcontroller › 8051 › logic contention errors › logic contention errors
December 9, 2015 at 7:07 am
#13565
Participant
There may be many reasons for this kind of error bust most probably the error was due to improper I/O assignment. Means you have declared some pin or port as input and at same pin you are trying to give output in your code.