Post Go back to editing

CLDP DRIVER FOR ADSP-21584

Category: Software
Product Number: ADSP-21584
Software Version: CCES 2.10

To write SPI flash memory with CLDP.EXE, I need to install drivers for each device.

I am looking for a driver for ADSP-21584.
Please let me know where to find it.
If you can divert it for other devices, that is still fine.
Perhaps it does not exist and I have to create it myself?
Is there documentation for this?

Thank you.

Parents
  • Hi,

    Device Programmer for Ez-kits for flash programming available in the BSP package.

    You can download " ADSP-SC5XX Board Support Package" from the below link:
    download.analog.com/.../ADI_ADSP-SC5xx_EZ-KIT_Lite-Rel2.0.2.exe

    After installation "Device Programmer" available in the below path:
    <Installation path> \ADSP-SC5xx_EZ-KIT_Lite-Rel2.0.2\ADSP-SC5xx_EZ-KIT\Examples\Device_Programmer\sc584

    The flash drivers we ship with our tools are specific to our EZ-Kit boards. . For example, the "sc584_w25q128fv_dpia_Core1.dxe" driver is specific to the ADSP-SC584 EZKIT and the Winbond W25Q128FV 128 Mb part.

    Please check the flash part that you are using. If you are working with different part, 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.

    Following the API, it's relatively simple to port an existing Flash Programmer Driver to match your specific flash part. This documentation is available at help > CrossCore® Embedded Studio 2.10.0 > 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,
    Anand Selvaraj.

Reply
  • Hi,

    Device Programmer for Ez-kits for flash programming available in the BSP package.

    You can download " ADSP-SC5XX Board Support Package" from the below link:
    download.analog.com/.../ADI_ADSP-SC5xx_EZ-KIT_Lite-Rel2.0.2.exe

    After installation "Device Programmer" available in the below path:
    <Installation path> \ADSP-SC5xx_EZ-KIT_Lite-Rel2.0.2\ADSP-SC5xx_EZ-KIT\Examples\Device_Programmer\sc584

    The flash drivers we ship with our tools are specific to our EZ-Kit boards. . For example, the "sc584_w25q128fv_dpia_Core1.dxe" driver is specific to the ADSP-SC584 EZKIT and the Winbond W25Q128FV 128 Mb part.

    Please check the flash part that you are using. If you are working with different part, 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.

    Following the API, it's relatively simple to port an existing Flash Programmer Driver to match your specific flash part. This documentation is available at help > CrossCore® Embedded Studio 2.10.0 > 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,
    Anand Selvaraj.

Children
No Data