Mistake on this page?
Report an issue in GitHub or email us
Data Fields
flash_target_config_t Struct Reference

Flash configuration structure. More...

#include <flash_data.h>

Data Fields

const uint32_t page_size
 The minimum program page size that can be written. More...
 
const uint32_t flash_start
 Start address of the flash <0, flash_size) More...
 
const uint32_t flash_size
 Flash size. More...
 
const sector_info_tsectors
 List of sectors - sector can vary in sizes. More...
 
const uint32_t sector_info_count
 Number of sectors. More...
 

Detailed Description

Flash configuration structure.

Definition at line 42 of file flash_data.h.

Field Documentation

const uint32_t flash_size

Flash size.

The size is accumulative sum of all sector sizes

Definition at line 45 of file flash_data.h.

const uint32_t flash_start

Start address of the flash <0, flash_size)

Definition at line 44 of file flash_data.h.

const uint32_t page_size

The minimum program page size that can be written.

Definition at line 43 of file flash_data.h.

const uint32_t sector_info_count

Number of sectors.

Definition at line 47 of file flash_data.h.

const sector_info_t* sectors

List of sectors - sector can vary in sizes.

Definition at line 46 of file flash_data.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.