#include <file_config.h>
BOOL Init (
U32 adr, /* base address */
U32 clk); /* CPU clock frequency */
Description
The function Init is a routine that initializes the Flash
programming algorithm for a Flash memory device. The parameter
adr specifies the Flash Device base address as
specified in the file File_Config.c. The parameter clk specifies the CPU clock frequency.
The function is part of the Flash Driver. The prototype is defined
in the file File_Config.h. Developers have to customize the
function.
Init is invoked automatically by the function finit upon system startup.
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.