Bird
0
0

Which FreeRTOS configuration option enables runtime monitoring features?

easy📝 Configuration Q12 of 15
FreeRTOS - Debugging and Monitoring
Which FreeRTOS configuration option enables runtime monitoring features?
AconfigUSE_TIMERS
BconfigUSE_PREEMPTION
CconfigMAX_PRIORITIES
DconfigUSE_TRACE_FACILITY
Step-by-Step Solution
Solution:
  1. Step 1: Identify runtime monitoring related config

    Runtime monitoring requires trace facilities to collect task and system event data.
  2. Step 2: Match config option to trace feature

    configUSE_TRACE_FACILITY enables trace data collection needed for runtime monitoring.
  3. Final Answer:

    configUSE_TRACE_FACILITY -> Option D
  4. Quick Check:

    Trace facility config = runtime monitoring enabled [OK]
Quick Trick: Trace facility config enables runtime monitoring [OK]
Common Mistakes:
  • Choosing timer or priority configs unrelated to monitoring
  • Confusing preemption with monitoring features

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More FreeRTOS Quizzes