xmos / lib_dsp

Core digital signal processing function library
Other
22 stars 28 forks source link

examples/AN00209 Application Note fails to build #185

Open mbanth opened 3 years ago

mbanth commented 3 years ago

Issues:

This application note fails to build, producing the following error message:

Error: XN11052 Invalid or missing PageSize for device "bootFlash". Information: Device elements with attribute Class="SQIFlash" now also require PageSize, SectorSize & NumPages attributes to be set. Values for these are likely to be found in the datasheet for the chosen flash.

rafaelcrv commented 2 years ago

I get the same error here when typing "xflash file.xe" on the Linux console. I have no clue on where and how should I specify PageSize, SectorSize and NumPages, and where to find that info for my XVF3000. I am trying to flash it with an xTAG3. Any kind of help would be much appreciated.

mbanth commented 2 years ago

I get the same error here when typing "xflash file.xe" on the Linux console. I have no clue on where and how should I specify PageSize, SectorSize and NumPages, and where to find that info for my XVF3000. I am trying to flash it with an xTAG3. Any kind of help would be much appreciated.

See if you can access the XTC Tools Guide, Transitioning from older tools releases. It contains some information on how to update your .xn file to add PageSize, SectorSize and NumPages.