STM32F411RE Embedded FLASH(internal FLASH) write.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

anonymous_namespace{main.cpp} Namespace Reference

anonymous_namespace{main.cpp} Namespace Reference

Functions

void programByte (int sector, const uint8_t *pData, uint8_t Len)
 内蔵FLASHへのbyte書込み(セクタ消去有り)

Function Documentation

void anonymous_namespace{main.cpp}::programByte ( int  sector,
const uint8_t *  pData,
uint8_t  Len 
)

内蔵FLASHへのbyte書込み(セクタ消去有り)

Parameters:
[in]addr書込み先アドレス(ADDR_FLASH_SECTOR_x)
[in]pData書き込みデータ
[in]Len書き込みデータサイズ

Definition at line 58 of file main.cpp.