Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
24
Flash.Write
Type
Function returning UnsignedInteger
Invocation
Flash.Write(addr, source, count)
Parameter
Method
Type
Description
addr
ByVal
anyIntegral
The Flash address at to begin reading.
source
ByRef
anyType
The data to be written.
count
ByVal
anyIntegral
The number of bytes to write.
Discussion
This function writes data to Flash memory.  It must be used with great care because it can cause parts of
the application to be overwritten.  The value returned is the number of bytes written.
Previous page Top Next page