Can someone shed some light on exactly what and why these would be used?
FLASH_IOCTL_FLUSH_BUFFER
FLASH_IOCTL_ENABLE_BUFFERING
FLASH_IOCTL_ENABLE_SECTOR_CACHE
There is some information on these in the MQXIOUG.pdf, but nothing seems to say why these exsist i.e. whats their use? Obviously they are there for a reason...
Solved! Go to Solution.
I will try to explain it.
FLASH_IOCTL_ENABLE_BUFFERING, FLASH_IOCTL_DISABLE_BUFFERING, FLASH_IOCTL_FLUSH_BUFFER
FLASH_IOCTL_ENABLE_SECTOR_CACHE, FLASH_IOCTL_DISABLE_SECTOR_CACHE
PetrL
I will try to explain it.
FLASH_IOCTL_ENABLE_BUFFERING, FLASH_IOCTL_DISABLE_BUFFERING, FLASH_IOCTL_FLUSH_BUFFER
FLASH_IOCTL_ENABLE_SECTOR_CACHE, FLASH_IOCTL_DISABLE_SECTOR_CACHE
PetrL
Thanks PetrL.