Other Parts Discussed in Thread: HALCOGEN
Dear TI experts,
I am using generated code from Halcogen 04.07.01 to initialize and access external SDRAM ISSI IS42S16100H-7TLI on a custom board.
The generated initialization sequence emif_SDRAM_StartupInit is called in system.c systemInit function right before the mapClocks call to start up the PLLs.
We operate VCLK3 at 71.5 MHz and filled the SDRAM timing parameters in Halcogen with the values from the ISSI Datasheet. In Pinmuxing the EMIF_nWE flag ist set and in Special Pinmuxing EMIF_CLK output is enabled.

Writing a value to a data field of the SDRAM yields the same value for all data fields in sdram. E.g. if 0xA1A1 is written to 0x80000000, also 0x80000002, 0x80000004 etc. will hold 0xA1A1.
Any help would be appreciated! Thanks.

