rshal2
Occasional Contributor
6 years agoPeloader hang in clock calibration
Hello,
The following function get hang in my application.
I can't knows exactly why, because preloader is getting compiled with debug information (Is there a way to Turn it off)?
What I see is:
- cm_basic_init is called with parameter 0 for skip_dram_pll in board_init_r();
- function get hangs immediately after doing the next commands.
int cm_basic_init(const cm_config_t *cfg, uint32_t skip_sdram_pll)Yet, I am not sure what is the exact steps which made it happen...because application is built with -02. (can we change it ?)
Thanks,
ranran