DSCSAM_FLASHRead
This function read the data from user specified flash address
BYTE DSCSAM_FLASHRead(int Address, BYTE * Data);
Name
Description
Address
0 to 63487
Data
pointer to receive the data from given address
Return Value
Error code or 0.
Last updated
Was this helpful?