??? 06/22/06 18:42 Read: times |
#118866 - But why it still bursting 'LLLLLLLLLL.." Responding to: ???'s previous message |
Jan Waclawek said:
main checks for ti which gets cleared in interrupt - main will very probably never see ti going high and stays looping in JNB TI,$ ...
Really impressive point to thinks and simply superb, But Still confusion is there, If main is not seeing the TI going high as the TI is cleared by ISR and it return back to same instruction, So after transmission of first character and ISR call( which clears TI), it should stop sending more 'L......LLLL',while it is still sending untill I send Something from PC to MCU; Is there possibility of Both TI and RI to go high at a time??? |