Hi,
I have been successfully using v3.3.2 hex55 with the options below. However when I upgraded to CGT4.3.1 (c55x) the options cause errors. I have gotten past some of the errors but I still have errors.
Any help would be much appreciated.
Thanks.
Works with v3.3.2 and does not with v4.3.1:
-boot
-v5510:2
-serial16
/* DSP PLL Initialization */
-reg_config 0x1c00, 0x2510 /* 192 MHz */
-delay 0x200 /* Wait for lock */
/* EMIF Initialization */
-reg_config 0x0800, 0x0000 /* Enable interface but keep clock off for now */
-reg_config 0x0801, 0xFFFF /* Reset EMIF */
/* CE0 SRAM, Address = 0x28000 */
-reg_config 0x0803, 0x132A /* Async 16bit, 3 CPU for read setup, */
/* 10 CPU for read strobe, 2 CPU for read hold */
-reg_config 0x0804, 0x032A /* 1 Extended Read hold, 1 Extended Write hold, */
/* 3 CPU for write setup, 10 CPU for write stobe, */
/* 2 CPU for write hold */
-reg_config 0x0805, 0x0000 /* Disable Timeout feature */
/* CE1 FPGA, Address = 0x200000 */
-reg_config 0x0806, 0x1059 /* Async 16bit, 1 CPU for read setup, */
/* 22 CPU for read strobe, 1 CPU for read hold */
-reg_config 0x0807, 0x005A /* 1 Extended Read hold, 1 Extended Write hold, */
/* 1 CPU for write setup, 22 CPU for write stobe, */
/* 2 CPU for write hold */
-reg_config 0x0808, 0x0000 /* Disable Timeout feature */
-reg_config 0x0800, 0x0020 /* Once all config written Enable Clock */
-reg_config 0x0812, 0x0FFF /* Init the interface */
-e _c_int00
-b