Hi!
I've had a look at some SDK examples i downloaded some time ago, and found out that SEMC_SDRAMCR2 value was set to 0x00010920 which decodes to very small Active to Active SDRAM delay which is out of spec of SDRAM datasheet used in the board:
/* #1.106, command: write_value, address: SEMC_SDRAMCR2, value: 0x10920, size: 4 */
0x40, 0x2F, 0x00, 0x48, 0x00, 0x01, 0x09, 0x20,
Is this 'acceptable' overclocking or just a mistake nobody noticed for long time somehow?(i had copied this to use with other board which has similar SDRAM chip by other vendor but it even passed the tests despite this too small ACT2ACT value btw so i'm really curious about this configuration value)
By my calculation, f.e. for 60ns delay (as per datasheet) ACT2ACT bits should be set to 0x07 for 133Mhz chip operation (giving 8 cycles 7.5 ns each)
I really want to know is this an error in SDK examples or some errata case in RT1062 Reference Manual
Thanks is advance!