Stima V4 Slave RAIN
4.2
|
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) |
flash QSPI ETH452 AT256F161 header file
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.
#define FLASH_SIZE_ADDR | ( | X | ) | (X + FLASH_FILE_SIZE_LEN + 1) |