Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/28/06 18:18
Read: times


 
#130216 - Can't single step on UART
Responding to: ???'s previous message
I'm using the Keil Evaluation IDE and when I step through my program I can't see when an interrupt trips

Return to your original question,
On SiLabs C8051 family, UART doesn't work properly while single step is done on the debugger (SiLabs IDE or Keil uVision). The baudrate generator clock which drives the UART is also "single-stepped". The UART TX/RX timing is collapsed.

From SiLabs MCU Knowledge base 7491: "Code Profiling Techniques"
http://portal.knowledgebase.net/article.a...491&p=4120

Note that other communication peripherals, UART, SPI, External Memory Interface, Timers, etc., are held in lock-step with code execution.


Tsuneo

List of 21 messages in thread
TopicAuthorDate
the nature of the UART/steping through interrupts            01/01/70 00:00      
   Uart is full duplex            01/01/70 00:00      
      Thanks Russell            01/01/70 00:00      
   UART Question Part 2            01/01/70 00:00      
      You can not do both            01/01/70 00:00      
         In response to Neil            01/01/70 00:00      
            go with the bit            01/01/70 00:00      
         In response to Neil            01/01/70 00:00      
         In response to Neil            01/01/70 00:00      
            Sorry for teh tripple post...            01/01/70 00:00      
      More...            01/01/70 00:00      
         Search and Read            01/01/70 00:00      
         Thanks Russell            01/01/70 00:00      
         I hope Russell did not lead you down the garden pa            01/01/70 00:00      
            Erik - garden path indeed!            01/01/70 00:00      
               I'm using interrupts            01/01/70 00:00      
   Question about my interrupt driven UART            01/01/70 00:00      
      You know the answer.            01/01/70 00:00      
         Thanks Russell            01/01/70 00:00      
         answer is partially incorrect            01/01/70 00:00      
   Can't single step on UART            01/01/70 00:00      

Back to Subject List