I am using Version 1.9 of AIS Gen and my device type d800k006. I am trying to boot with NOR flash. I can create the boot file with no problem, but when I put that boot file in flash at address 0x60000000 the DSP does not boot. I told AISGen to use the same DSP application file (.out) that I use with the emulator. I setup AISGen with the same PLL0, PLL1, DDR, PSC and Pinmux settings that I use when emulating.
I have confirmed that the flash has the boot file in it. I was initially concerned about the endianness of the boot file in flash. When I read back the boot file from flash I read (in 8 bit C style) I read 0x21 0x00 0x00 0x00 0x54 0x49 0x50 0x41... which seems correct.
The only application file that I provided AISGen was the .out file. The literature suggests that I do not need to enter an Entrypoint. Is that true?
When I connect the emulator to the device, it seems as if the flash is in 8 bit mode, although I set it up in AISGen as 16 bit (suggesting it is not loading the AIS file from flash).
Are there any other things I can do to debug this problem?