Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN
Hello,
We are currently using your following component: TMS570LC4357.
By using HalcoGen, we are seeing a comment about EMIF usage restriction.
Indeed, it is mentioned : "As per the errata EMIF#5, EMIF SDRAM initialization must performed with EMIF clock below 40MHz."
Is this Erratum applicable also for TMS570LC4357 device ?
here is an extract from HalcoGen:
"
** @fn void emif_SDRAMInit(void)
* @brief Initializes the emif Driver for SDRAM
*
* This function has been deprecated.
* As per the errata EMIF#5, EMIF SDRAM initialization must performed with EMIF clock below 40MHz.
* Hence the init function needs to be called from the startup before the PLL is configured.
* A new function emif_SDRAM_StartupInit has been added and is called from the startup.
* This function need not be called from the main, and is preserved for compatibilty.
*/
void emif_SDRAMInit(void)
"
Best regards,
Christopher