
Quiz sobre uso del MSP430FR4133
Authored by Erik Antonio
Engineering
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué instrucción se utiliza para detener el Watchdog Timer en el MSP430FR4133?
WDT_Stop();
Stop_Watchdog();
Disable_WDT();
WDTCTL = WDTPW | WDTHOLD;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué función inicializa el sistema de reloj del MSP430FR4133 en el programa dado?
TimerA_Init();
CS_Init();
GPIO_LCD_Init();
UART_Init();
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el propósito de la interrupción USCI_A0_ISR en el código?
Controlar el LED de salida
Reiniciar el microcontrolador
Cambiar el estado de la bandera según un carácter recibido
Mostrar un mensaje en la LCD automáticamente
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué instrucción hace parpadear el LED conectado a P1OUT con cada interrupción de temporizador?
P1OUT ^= CLK;
P1OUT = 0xFF;
P1OUT &= ~CLK;
P1OUT |= 0x01;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la función que muestra un número en la pantalla LCD?
LCD_Init();
LCD_MostrarNumero();
GPIO_LCD_Init();
TimerA_Init();
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué función se encarga de inicializar la comunicación UART en el código?
UART_Init();
GPIO_UART_Init();
Init_UART();
Serial_Begin();
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué instrucción permite habilitar interrupciones globales en el MSP430FR4133?
__enable_interrupt();
enableGlobalIRQ();
interrupts();
SET_INTERRUPT();
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?