Hi Hui:
Thanks for youe help.
I use scope to test I2C SDL and SCL. when rst, the master send nothing to slave.In face, when master send rst cmd, the master will silence 5 sec. when master start send cmd to slave, the slave allready in mainApp.
And for I2C circuit, it works fine. The pull-up resistor we added in my pcb.
I finally find a way to fix this problem. And I think this is a bug in kinetis. Before I jump from mainApp to Boot. I rst all interrupt, and rst scl SDA pin to orignal state. It finally works.