Skip to content

File Flash.hpp

FileList > fw > rbcx-coprocessor > include > utils > Flash.hpp

Go to the source code of this file.

  • #include <stdlib.h>
  • #include "stm32f1xx_hal.h"
  • #include "stm32f1xx_hal_flash.h"

Public Static Attributes

Type Name
constexpr uint32_t FLASH_PAGE_POWER_CALIBRATION = = FLASH_BANK1_END + 1 - FLASH_PAGE_SIZE

Public Functions

Type Name
void flashWritePage (uint32_t pageAddress, uint8_t * data, size_t size)

Public Static Attributes Documentation

variable FLASH_PAGE_POWER_CALIBRATION

constexpr uint32_t FLASH_PAGE_POWER_CALIBRATION;

Public Functions Documentation

function flashWritePage

inline void flashWritePage (
    uint32_t pageAddress,
    uint8_t * data,
    size_t size
) 

The documentation for this class was generated from the following file fw/rbcx-coprocessor/include/utils/Flash.hpp