ARM processor related documentation talks about VIC and I believe PIC comes from the Intel camp. Are they conceptually the same ?
ARM processor related documentation talks about VIC and I believe PIC comes from the
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.
Yes they are conceptually the same. Every microprocessor and microcontroller is implemented differently, so the terms are not very useful in general. “Programmable” may or may not imply that you can set vectors for individual interrupts, or you may or may not be able to change interrupt priorities. VIC simply implies that you can have individual hardware vectors for individual interrupts, instead of having to do the decoding in a single software interrupt handler (ie in the IRQ handler).