Forum Discussion
pof file size and address in flash
- 3 years ago
Hi,
In your case the address in flash is 0x0 which is where it is stored. You may refer to this link for additional information :https://www.intel.com/content/www/us/en/docs/programmable/683698/21-1-19-1-0/implementing-page-in-the-flash-pof.html
Hope this clarifies your doubts.
Thank you.
Regards,
Kelly
Hi,
The .map file is not present as your project did not generate your pof file for EPC4, EPC8, or EPC16 flash configuration device to store the byte address. Therefore you will not be able to see the stored byte address or the size of your .pof file and no .map is auto generated.
Hope this clarifies your doubts.
Thank you.
Regards,
Kelly
Hello,
@KellyJialin_Goh wrote:
and no .map is auto generated.
Can I generate .map file myself?
Can I obtain the memory address and size in any other way?
Because the programmer tool need to know the address and size of the pof file I assume it is stored somewhere or am I wrong?