JIC file incorrect
We are adding an Intel hex image of our embedded RISCV processor's SW into the programming file converter to generate our flash programming JIC file.
Here is the top of our hex file.
Here is the programming file generation gui
When we look at the output RPD file, we only see the first line of our hex file , repeated several times, and that is all
We are debugging a home grown QSPI controller, and we see that it reads 6780 0000 from the first few memory locations.
What are we doing wrong with our file generation?
We ended up using another tool to generate our hex file. The new file had a different first line - :020000040000FA
I believe this set up the extended addressing. Not sure why this mattered but it seems to have fixed the issue with generating a correct JIC file. I have attached a word document that goes through the hex file generation process.