Why is MIPS usually used on embedded systems? Is it because most embedded systems use RISC? Why would they prefer RISC over CISC?
Why is MIPS usually used on embedded systems? Is it because most embedded systems
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MIPS is not used much outside embedded systems, because the implementations are quite slow compared to x86 or ARM. On the other hand, plenty of embedded systems use some other processor than MIPS, there are a lot of alternatives.
RISC takes less silicon space to implement than CISC. Therefore the processors are cheaper and often also use less power, both of which are very desired properties in embedded systems.