gflood
New Contributor
3 years agogeneric fpga HAL driver API source code availability
Hi guys,
i'm a newbie to this frum and am not really sure if this is he place for this...
does anyone know if the intel_gsfi source code is avaible for download for intel projects...
* 1. Open the Generic Serial Flash Interface Intel FPGA IP
* 2. Read flash info - intel_gsfi_get_info()
* 3. Select flash device - intel_gsfi_chip_select()
* 4. Write data - intel_gsfi_write(), intel_gsfi_write_block(), intel_gsfi_read()
* 5. Lock the flash - intel_gsfi_lock()
* 6. Attempt to erase the locked flash - intel_gsfi_erase_block()
* 7. Unlock the flash - intel_gsfi_lock()
* 8. Re-attempt the failed erase - intel_gsfi_erase_block()
* 9. Configure the GSFI IP - intel_gsfi_config()
would be nice if it was available for download to be used in my project.