Hi VITALI,
S9KEA boot up sequence is simple and directly. When the processor exits reset, it performs the following:
• Reads the start SP (SP_main) from vector-table offset 0
• Reads the start program counter (PC) from vector-table offset 4
• The Link Register (LR) is set to 0xFFFF_FFFF.
You can see these words in reference manual 6.2.2.
Maybe you can check 4 point:
1. Is there a 4.7uF or above capacitor on VDD. Without this cap, latch-up may happen.
2. May it caused by improper watchdog setting?
3. Is hardware design or welding ok?
4. Is the project setting well? Can other demo code run correctly.
Please try this driver library:
https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FRDM-KEXX-Driver-Library-Package&locatio...
This is for KExx, but it also can run on KEA. They are all same.
Please also try device demos in https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-c...
Regards,
Jing