Proyecto Final – Medición de Inclinación 0.0.1
Este proyecto utiliza la placa NUCLEO-STM32F446RE y permite detectar y visualizar en tiempo real la inclinación mediante el sensor MPU-6050.
Cargando...
Buscando...
Nada coincide
Referencia del archivo stm32f4xx_it.c

Interrupt Service Routines. Más...

#include "main.h"
#include "stm32f4xx_it.h"

Funciones

void NMI_Handler (void)
 This function handles Non maskable interrupt.
void HardFault_Handler (void)
 This function handles Hard fault interrupt.
void MemManage_Handler (void)
 This function handles Memory management fault.
void BusFault_Handler (void)
 This function handles Pre-fetch fault, memory access fault.
void UsageFault_Handler (void)
 This function handles Undefined instruction or illegal state.
void DebugMon_Handler (void)
 This function handles Debug monitor.
void TIM7_IRQHandler (void)
 This function handles TIM7 global interrupt.

Variables

TIM_HandleTypeDef htim7

Descripción detallada

Interrupt Service Routines.

Atención

Copyright (c) 2025 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.