Post Go back to editing

couldn't find DPIA buffer address error

Hi ,

My board have a  W25Q16JVSSIQ  , but I have no W25Q16 DPIA driver , when I using bf706_w25q32bv_dpia.dxe

Error message is:

====================================================================

D:\00_main\03_KeHai\LD101\CCES\dsp_firm_string>"C:\Analog Devices\CrossCore Embedded Studio 2.5.1\cldp.exe" -proc ADSP-BF702 -emu "dmhpusb50" -driver "bf702_w25q32_flash.dxe" -cmd prog -erase affected
-offset 0 -format bin -file "dsp.ldr"
Target Blackfin CS Emulator
Platform ADSP-BF702 via DM-HPUSB 5.0 Plus
Processor ADSP-BF702
Core 0
Driver bf702_w25q32_flash.dxe
Error: couldn't find DPIA buffer address
Error: could not allocate storage for the buffer 0xD.
Error: Error: There was a problem with one or more
required expressions in the driver. Please make
sure the following expressions are present and
try again:
Error: driver load failed.

=======================================================================

thanks for any help!

Parents
  • Hi,

    Please note that the flash drivers we ship with our tools are specific to our EZ-Kit boards. As you are working with a different part you will need to modify the existing driver.

    We provide documentation for the Device Programmer API, which describes the commands the Flash Programmer Drivers require to perform the Flash accesses.

    This documentation is available at help > CrossCoreRegistered Embedded Studio <version>> 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,

    Kader

Reply
  • Hi,

    Please note that the flash drivers we ship with our tools are specific to our EZ-Kit boards. As you are working with a different part you will need to modify the existing driver.

    We provide documentation for the Device Programmer API, which describes the commands the Flash Programmer Drivers require to perform the Flash accesses.

    This documentation is available at help > CrossCoreRegistered Embedded Studio <version>> 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,

    Kader

Children
No Data