Action
This statement will write an address and a dword parameter to the FT800.
Syntax
WR32 address , prm
Remarks
The address need to be an address in the FT800 address range. See FT800 manual for more info.
The parameter (prm) is a dword numeric value. It depends on the address which parameter value you may send.
When you want to write to the FIFO buffer you can best use CMD32.
See also
CMD8 , CMD16, CMD32 , WR8, WR16
Example
Wr8 Reg_GPIO_Dir , &H83
Wr8 Reg_GPIO , &H83
Wr16 Reg_Touch_rzThresh , 1200
Wr32 Ram_DL + 0, &H02FFFFFF