Bird
0
0

Which register is commonly used to enable the peripheral clock in ARM Cortex-M microcontrollers?

easy📝 Conceptual Q2 of 15
ARM Architecture - Bus Architecture
Which register is commonly used to enable the peripheral clock in ARM Cortex-M microcontrollers?
AGPIO_MODER
BRCC_AHBENR
CNVIC_ISER
DSCB_CPUID
Step-by-Step Solution
Solution:
  1. Step 1: Identify clock control registers

    RCC (Reset and Clock Control) registers manage clocks for peripherals.
  2. Step 2: Select the correct RCC register

    RCC_AHBENR enables clocks for peripherals on the AHB bus.
  3. Final Answer:

    RCC_AHBENR -> Option B
  4. Quick Check:

    Peripheral clock register = RCC_AHBENR [OK]
Quick Trick: RCC registers control peripheral clocks [OK]
Common Mistakes:
  • Confusing GPIO_MODER as clock register
  • Mixing NVIC and SCB registers with clock control
  • Using unrelated registers

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More ARM Architecture Quizzes