#include <file_config.h>
BOOL ProgramPage (
U32 adr, /* data page address */
U32 sz, /* size of the data page */
U8* buf); /* buffer containing the data */
Description
The function ProgramPage programs a Flash memory. The
parameter adr specifies the page address. The
parameter sz specifies the size in bytes and must
be 4-byte aligned. The parameter buf is a pointer
specifying the content to be programmed and must be a multiple of
4.
The function is part of the Flash Driver. The prototype is defined
in the file File_Config.h. Developers must customize the
function.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.