??? 01/23/07 09:31 Read: times |
#131255 - confusion Responding to: ???'s previous message |
The confusion might arise from the fact, that ALL contemporary '51 derivatives (at least those which are pin compatible with the original '51, e.g. the popular AT89C5x family) are specified for maximum clock frequencies well beyond the "traditional" 12MHz (usually at least for 20MHz); yet most of the textbooks still mention 12MHz as the '51 design limit (which was true some 15-20 years ago).
So, as Andy said, consult the datasheet of the particular derivative (and name that derivative here, too). I add a caveat, increasing the mcu's clock you are likely to change also the timing of any circuits attached to it, so you must watch out for them too (check in their datasheets). Andy Neil said:
Note: with 8051 derivatives, some chips give higher performance for the same clock frequency by reducing the number of clock cycles required by each instruction... <shameless advertisement>... for an overview, see my "fast derivatives" table...</shameles advertisement> Jan Waclawek |