Hello
Nobody to help me?
I will try by an other maner.
I'm ask me a question: Is possible to increase NandFlash clock?
Currently, I'm using a board similar to the Tower K70 except for the nandFlash, the NandFlash is not the 16Bit model but the 8Bit:
MT29F2G08 instead of MT29F2G16.
The Kinetis also is not a 120Mhz but a 150Mhz. Due to this, I modified MQX to increase clock from 120 to 150MHz:
MCG_C5 ) 0x03 instead of 0x04
And the constant modified like bellow. Then my question is Can I increase NandFlash clock? If yes which clock Hav
#define CPU_BUS_CLK_HZ 75000000U /* Initial value of the bus clock frequency in Hz */
#define CPU_CORE_CLK_HZ 150000000U /* Initial value of the core/system clock frequency in Hz. */
#define CPU_BUS_CLK_HZ_CLOCK_CONFIG0 75000000U /* Value of the bus clock frequency in the clock configuration 0 in Hz. */
#define CPU_CORE_CLK_HZ_CLOCK_CONFIG0 150000000U /* Value of the core/system clock frequency in the clock configuration 0 in Hz. */
#define CPU_CLOCK_CONFIG_0 0x00U /* Clock configuration 0 identifier */
#define CPU_CORE_CLK_HZ_CONFIG_0 150000000UL /* Core clock frequency in clock configuration 0 */
#define CPU_BUS_CLK_HZ_CONFIG_0 75000000UL /* Bus clock frequency in clock configuration 0 */
#define CPU_FLEXBUS_CLK_HZ_CONFIG_0 50000000UL /* Flexbus clock frequency in clock configuration 0 */
#define CPU_FLASH_CLK_HZ_CONFIG_0 25000000UL /* FLASH clock frequency in clock configuration 0 */
#define CPU_USB_CLK_HZ_CONFIG_0 0UL /* USB clock frequency in clock configuration 0 */
#define CPU_PLL_FLL_CLK_HZ_CONFIG_0 150000000UL /* PLL/FLL clock frequency in clock configuration 0 */
#define CPU_MCGIR_CLK_HZ_CONFIG_0 0UL /* MCG internal reference clock frequency in clock configuration 0 */
#define CPU_OSCER_CLK_HZ_CONFIG_0 50000000UL /* System OSC external reference clock frequency in clock configuration 0 */
#define CPU_ERCLK32K_CLK_HZ_CONFIG_0 32768UL /* External reference clock 32k frequency in clock configuration 0 */
#define CPU_MCGFF_CLK_HZ_CONFIG_0 24414UL /* MCG fixed frequency clock */