pof_error with EPCQ-A
migration from EPCQ32 to EPCQ32A with cyclone V using ASMI Parallel and RSU i get pof error, quartus version i use is 20.1.
in my project i dont use sector protect, i dont use read dummy clock also.
but when i try to load application image from factory image i get pof error, i do can read data from my EPCQ32A and it looks shifted, for example my factory image starts at address 0x0 and the application image starts at address 0x200000, if i read data at
0x200080 : F5
0x200081 : 65
0x200082 : 65
when i use board with EPCQ32 i read
0x200080 : 56
0x200081 : 56
0x200082 : 56
it seems i have a problem with dummy clock but i cant find where, i did configure in ASMI IP for EPCQ32A, also in Remote update IP core.
my programing files are configured for EPCQ32A and i use compression for the APP image and Factory image.
thanks