Stima V4 Slave RAIN  4.2
freeRTOS_callback.cpp File Reference

CallBack Freertos and Handler base system function. More...

#include "FreeRTOS.h"
#include "task.h"
#include "drivers/module_slave_hal.hpp"
#include "STM32LowPower.h"
#include <IWatchdog.h>

Go to the source code of this file.

Functions

void hard_fault_isr ()
 
void HardFault_Handler ()
 
void bus_fault_isr ()
 
void BusFault_Handler ()
 
void usage_fault_isr ()
 
void UsageFault_Handler ()
 
void MemManage_fault_isr ()
 
void MemManage_Handler ()
 

Detailed Description

CallBack Freertos and Handler base system function.

Author
Moreno Gasperini m.gas.nosp@m.peri.nosp@m.ni@di.nosp@m.gite.nosp@m.co.it
Attention

© Stimav4 is Copyright (C) 2023 ARPAE-SIMC urpsi.nosp@m.m@ar.nosp@m.pae.i.nosp@m.t

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/licenses/.

Definition in file freeRTOS_callback.cpp.

Function Documentation

◆ bus_fault_isr()

void bus_fault_isr ( )

Bus fault - blink five short flashes every two seconds

Definition at line 183 of file freeRTOS_callback.cpp.

◆ BusFault_Handler()

void BusFault_Handler ( )

Bus fault - blink five short flashes every two seconds

Definition at line 191 of file freeRTOS_callback.cpp.

◆ hard_fault_isr()

void hard_fault_isr ( )

Hard fault - blink four short flash every two seconds

Definition at line 166 of file freeRTOS_callback.cpp.

◆ HardFault_Handler()

void HardFault_Handler ( )

Hard fault - blink four short flash every two seconds

Definition at line 174 of file freeRTOS_callback.cpp.

◆ MemManage_fault_isr()

void MemManage_fault_isr ( )

Usage fault - blink six short flashes every two seconds

Definition at line 217 of file freeRTOS_callback.cpp.

◆ MemManage_Handler()

void MemManage_Handler ( )

Usage fault - blink six short flashes every two seconds

Definition at line 225 of file freeRTOS_callback.cpp.

◆ usage_fault_isr()

void usage_fault_isr ( )

Usage fault - blink six short flashes every two seconds

Definition at line 200 of file freeRTOS_callback.cpp.

◆ UsageFault_Handler()

void UsageFault_Handler ( )

Usage fault - blink six short flashes every two seconds

Definition at line 208 of file freeRTOS_callback.cpp.