Computer Science, asked by Asad5596, 1 year ago

Advantages and disadvantages of 8051 micro controller

Answers

Answered by kedareswari
0
8051 is an entry level microcontroller which was widely used for academics and creating interest among student community to develop applications and prototypes.Its cheap, reasonably easy to program, supports interfaces like Inter Integrated circuit (I2C), Serial Peripheral interface (SPI), UART and external memory.Its available commercially and has extensive community support for learning and exploring the world of Embedded Systems.I would like to add that its outdated as of now and recent learning kits for Embedded Systems include Arduino, Raspberry Pi based Do-it-Yourself (DIY) platforms.





What are the disadvantages of microcontroller 8051?

as iam doing a project regarding data acquisition system which generally uses microcontrollers.But iam not going to use microcontroller 8051!! instead iam...show more

3 answers · Engineering 

 Best Answer

without more info on the circuit, it hard to say what the disadvantages would be. 

The disadvantages of using a circuit instead of a micro are easy to say. Development time increases (especially if it dont work right the first time). Complexity of the circuit board increases. Cost increases. Flexibility decreases to practically 0. Im sure your professor will point these out to you. 

About the only advantages would be if the circuit is going to do high speed calculations or conversions. Using a dedicated circuit would free up processing time from the micro that would be better spent on other tasks. If you are planning on doing this, I would recommend using an FPGA for the logic. This would allow the design to be flexible, and decrease design time because you dont have to make a new circuit board if the first try doesnt work. Cost is low due to only having one IC (plus an EEPROM for the config data). I think this is your only way of convincing your prof. that a dedicated circuit would be better. Even then, it depends on what other functions the design must also do. 

To the other person: The 8 bit micro is one of the most widely use micro's for embedded applications. The price vs performance is unbeatable. Today's 8 bit micro's have tha ability of supporting larger RAM and ROM (using paging) than just 64K. They also have more than 1 serial port. Most have at least 2, plus USB, I2C, SPI. Better ones have the ability to do ethernet also. Some have the ability of 50 MIPS or more. Not bad for a micro that costs less than $20 bucks.


kedareswari: please mark me as brainlest
Similar questions