Post Go back to editing

how to edit "device programmer" project in EZ-KIT to create a new flash driver?

Category: Software
Product Number: ADSP-21593

I'm using ADSP-21593 with a W25Q128JVSIM spi flash, and i notice that the device programmer projects in the "EV-SC59x_EZ-KIT-Rel3.0.0" do not contain W25Q128JVSIM,  .

I wonder how to make a W25Q128JVSIM device programmer project? Do I need to edit "device programmer" projects in EZ-KIT ?

  • Hi,
    Unfortunately, we don't have device programmer for Winbond W25Q128JVSIM.
    The flash drivers we ship with our tools are specific to our EZ-Kit boards. As this is the case, we would recommend that you use one of our current drivers as a base for creating a driver which will be compatible with your flash part. We provide documentation for the Flash Programmer API, which describes the commands the Flash Programmer Drivers require to perform the Flash accesses.
    You can use the device programmer example available in the BSP(EV-SC59x_EZ-KIT-Rel3.0.0) as base and modify for W25Q128JVSIM.
    When modifying a driver, it is recommended referring to both the datasheets. So that you can verify elements such as the number and size of sectors, reset commands, Manufacturer and Device codes, then see how these differ in the data sheet for your device. The examples/drivers are well documented/commented so you should be able to determine where changes are required to suit your target.
    The Device Programmer API Commands are available at help > CrossCore® Embedded Studio 2.x.x > Integrated Development Environment > Working with Bootable and Non-bootable Files > Device Programmer > Custom Device Drivers
    We are aware of many customers who have successfully modified our flash drivers to suit different flash parts.
    Regards,
    Ranji.
  • thanks for your response, I'll try that