I am having a lot of trouble using the 5515EVM to boot from NOR Flash on CS2. I am able to write the data and properly verify it, but the boot-loader does not seem to recognize the valid code. When I start the debugger without any sort of initialization, I get all 0x0080's, which seems to indicate the flash is in status mode rather than read mode. Lightly tapping pin4 of U29 (1.8V Reset) to ground causes the data in flash to display correctly.
According to the TI bootloader documentation:
"The bootloader requires NOR Flash that supports a reset command (0xF0 on data)."
The part number for the flash memory is: PC28F128P30T85A
Looking at the memory datasheet, I don't see any mention of a 0xF0 reset. Does that mean there's no way I can boot from it?
Thanks,
-Jason