
If i initialize the EEprom and flash after i initialize the clock,the program will run successfully,
when i initialize the EEprom and flash after initialize Uart module ,the program will crash when the program runs to initialize the flash and EEprom.
Why the program crash ?
Do initialization must be done in order?