- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
i want to make lcd based evm machine but hex file of code is more than 4 kb.so i cant use 89c51 chip and you suggest to use 89c51.
Hi there
You can use AT89S52 instead; even this belongs to 8051 family of microcontrollers which has 8KB ISP flash memory space. There won't be any changes required in the code as such. If you are working with Keil uvision, make sure you change the microcontroller settings to this particular one.
Good luck