Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

n the interrupt vector table, for each interrupt, how many bytes of memory are t

ID: 2248913 • Letter: N

Question

n the interrupt vector table, for each interrupt, how many bytes of memory are there? Question 10 10 out of 10 points To decide between (pin interrupt trigger) Low-Level, High-Level, Faling-Edge, and Rising-Edge, which register to configure? Question 11 10 out of 10 points The header fle stdint.h defined data types. What data type corresponds to the range: 0 to 4,294,967,295? Question 12 out of 10 points If Timer A is 16-bits (think about the highest clock cycle time it can count to) and the CPU has a frequency of 16MHz, compute the largest delay it can directly create Submit your answer in ms (1ms 1000ns), rounded to three decimal places.Only enter the numerical value. Question 13 10 out of 10 points For your Tiva Launchpad, what is the name of the On-Chip Interrupt comptroller? Question 14 3 out of 10 points Which interrupt has the highest priority? Question 15 3 out of 10 points In interrupt configuration, to onty set PORTD6 (the 7th pin of port D) for falling edge trigger interrupt (while the rest is level based), what hexadecimal number shoud Interrupt Sense register be set to? Question 16 10 out of 10 points For an embedded design, list two advantages of utilizing a Real Time Operating System such as TI SYS/BIOS for a Tiva board instead of a pure software programming? Question 17 10 out of 10 points In Interrupt setting, which register allows you to select between EDGE and LEVEL to trigger the interrupt?

Explanation / Answer

Ans-10:

TCON register is used to decide (pin interrupt trigger)high level,low level,falling edge and rising edge.

Level of triggering is decided by this register by a set or clear by appropriate bits in it.