ADwin-Pro II
Hardware, manual Dec. 2018
21
Processor modules
Pro II-Boot with Storage Device
ADwin
Programming in ADbasic
The access to the storage device is comfortably programmed with
ADbasic
instructions. The instructions are described in the online help of
ADbasic
and
in the
ADwin
-Bootloader manual.
The include file
ADwinPro_All.inc
contains the following instructions:
Function
Instruction
Set up the storage device
Storage_Create_Partitions_xxx
Storage_Format_xxx
Mount the file system
Storage_Mount_xxx
Storage_Unmount_xxx
File operations
Storage_File_Create_xxx
Storage_File_Delete_xxx
Storage_File_Exists_xxx
Storage_File_Status_xxx
Storage_File_Move_xxx
Read or write data
Storage_File_Write_xxx
Storage_File_Read_xxx
Storage_File_Append_xxx
Directory operations
Storage_Dir_Create_xxx
Storage_Dir_Delete_xxx
Storage_Dir_Exists_xxx
Storage_Dir_Status_xxx