??? 01/11/11 11:33 Read: times |
#180518 - What package style are you using. Responding to: ???'s previous message |
Unfortunately you did not specify the full part number for your MCU and as such it is not possible to discern what package style you are using.
None the less, if you are using the PLCC-44 style you may be able to convert your project over to using the Atmel AT89C51RE2 part. This part has the onboard baud rate generator at 9A and 9B. As a matter of fact this part actually has two UARTs and as such has a second baud rate generator at SFR addresses BB and BC. It really is necessary for you to read your part's data sheet before trying to write or cut/paste code. Simply putting: BRL DATA 9AH BDRCON DATA 9BH ...into your code does not magically make those registers appear on your MCU chip. Michael Karas |
Topic | Author | Date |
internal baud rate generator not work | 01/01/70 00:00 | |
Wrong App Note?? | 01/01/70 00:00 | |
What package style are you using. | 01/01/70 00:00 |