Greetings to all.
I have board with TMS320C6455 (hardware revision 2.1) connected to PCI 66 MHz.
I use PCI booting after power up in folowed sequence.
1. Assert DSP reset by writing PCILRSTREG with 0x00000001.
2. Deassert DSP reset by writing PCILRSTREG with 0x00000000.
3. Load program to L2 SRAM.
4. Enable interrupt DSP from HOST by writing PCIBINTSET with 0x80000000.
5. Interrupt DSP from HOST by writing PCISTATSET with 0x80000000.
DSP doest not start.
All registers writed througrt slave window 2. I check this with emulator.
Program loaded fine - I check content of L2 with emulator too.
If I load & run program with emulator program works fine.
But without it program does not started.
Can anyone give me a helpful hint?