Hi everyone.
I have built a custom board with MCU KL03Z32VFK4. Everything working well except it has issue with startup sequence (my opinion). The custom board has a CR2023 holder, MCU is flashed with LED blinking example in SDK package. When I insert the battery into board. It is about 7/10 times the LED not blinking and 3/10 times I got luck it works.
My board does not have pull-up resistor (10K) and delay cap (0.1uF) on pin 23 RST. When I place these resistor and capacitor, the lucky rate is better about 5/10.

I realized that I could force the board working by pull down RST pin to GND for a while, then wait for about 3 sec...The LED will start blinking. Unfortunately, my board currently does not have the RST button, thus I feel much annoying.
My questions are:
1. Does my board must place R13, C13?
2. How to get the board just straingforward working?
Thank you!