Forum : 8051
Post Information | Post |
---|---|
April 11, 2007 - 3:21pm
|
Hello, RCAP2H = 0xFF;//Sets baud rate at 115200 I also created an ISR routine: to take in inputted information and echo it out (also clearing the RI and TI bits). For whatever reason, I can view the SFR register to verify that everything is set up correctly, but it does not hit the ISR. Also, the Interrupt Controller (in Debug Mode) shows that the ISR for UART0 is not enabled. I would also like to get UART1 working along the same lines - also using Timer2. Anyone know if this is possible? |
Hello,
Are you using the simulator, or your hardware target board?
Some peripherals of the uPSD devices are NOT simulated, and the problem could be with the simulator only.
Francis