Stima V4 Slave RAIN  4.2
flash.h File Reference

flash QSPI ETH452 AT256F161 header file More...

#include <STM32FreeRTOS.h>
#include "ticks.hpp"
#include "thread.hpp"
#include "stm32l4xx_hal.h"
#include "FreeRTOS.h"
#include "AT25SF161.h"

Go to the source code of this file.

Classes

class  Flash
 
union  Flash::QSPI_IT_EventFlag
 
struct  Flash::QSPI_Info
 

Macros

#define FLASH_MEMORYMAP_BASE   0x90000000
 
#define CHECK_FLASH_WRITE
 
#define FLASH_FW_POSITION   (0ul)
 
#define FLASH_FW_BACKUP   (262144ul)
 
#define FLASH_FILE_POSITION   (524288ul)
 
#define FLASH_FREE_ACCESS   (1048756ul)
 
#define FLASH_BUFFER_SIZE   (256)
 
#define FLASH_INFO_SIZE_LEN   (256)
 
#define FLASH_FILE_SIZE_LEN   (128)
 
#define FLASH_SIZE_ADDR(X)   (X + FLASH_FILE_SIZE_LEN + 1)
 
#define FLASH_INFO_SIZE_U64   (8)
 

Detailed Description

flash QSPI ETH452 AT256F161 header file

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 flash.h.

Macro Definition Documentation

◆ CHECK_FLASH_WRITE

#define CHECK_FLASH_WRITE

Definition at line 46 of file flash.h.

◆ FLASH_BUFFER_SIZE

#define FLASH_BUFFER_SIZE   (256)

Definition at line 52 of file flash.h.

◆ FLASH_FILE_POSITION

#define FLASH_FILE_POSITION   (524288ul)

Definition at line 50 of file flash.h.

◆ FLASH_FILE_SIZE_LEN

#define FLASH_FILE_SIZE_LEN   (128)

Definition at line 54 of file flash.h.

◆ FLASH_FREE_ACCESS

#define FLASH_FREE_ACCESS   (1048756ul)

Definition at line 51 of file flash.h.

◆ FLASH_FW_BACKUP

#define FLASH_FW_BACKUP   (262144ul)

Definition at line 49 of file flash.h.

◆ FLASH_FW_POSITION

#define FLASH_FW_POSITION   (0ul)

Definition at line 48 of file flash.h.

◆ FLASH_INFO_SIZE_LEN

#define FLASH_INFO_SIZE_LEN   (256)

Definition at line 53 of file flash.h.

◆ FLASH_INFO_SIZE_U64

#define FLASH_INFO_SIZE_U64   (8)

Definition at line 56 of file flash.h.

◆ FLASH_MEMORYMAP_BASE

#define FLASH_MEMORYMAP_BASE   0x90000000

Definition at line 43 of file flash.h.

◆ FLASH_SIZE_ADDR

#define FLASH_SIZE_ADDR (   X)    (X + FLASH_FILE_SIZE_LEN + 1)

Definition at line 55 of file flash.h.