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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/05/00 20:52
Read: times


 
#3049 - RE: 16-bit 8052s
It is also a good choice to use Intel 80251 that has also a second source from Temic.

251 has two modes of operation: - binary mode is compatible to standard 51 but running much faster (at least 4 times at the same clock), and source mode - has extended features like 16-bit and also 32-bit instructions. 1 kByte of SRAM is available in the CPU. 256 Kbyte linear address space, etc. An application written in C can be after recompilation with C251 up to 16 times faster than the one compiled with C51 and running on standard 51. If you like the idea to group four registers like R0..R3 to one long register DR0 and increment it in one instruction INC DR0,#1, it is the rigth choice. By using the paged bus mode, you can make it run even faster at the same clock.

But 251 is like XA (I'm not sure about the XA) an 8 bit machine seeing from the outside (has an 8 bit data bus). If you need a real 16 bit machine, take a look at Infineon 166 or 167 beasts, very-very powerful, but not 51 compatible.


List of 19 messages in thread
TopicAuthorDate
16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
16-bit 8052 is the Philips XA            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
RE: 16-bit 8052s            01/01/70 00:00      
HMI -vs- MMI: The Darwin Factor            01/01/70 00:00      
RE: HMI -vs- MMI: The Darwin Factor            01/01/70 00:00      

Back to Subject List