Hello Sebastien:
What do you mean with this?:
But now the extern part of the product is ready, this programation method needs the product to be took to pieces...
Do you mean that you cannot have a JTAG header connector in your custom board?
Regarding your questions and some comments:
- Bootloader is the most common solution. You can also try with EzPort interface; this is a serial (SPI) interface for an external device to program the flash memory.
- AN2295 is a serial bootloader (UART interface). It is not a USB solution.
- You can use AN2295_TWR_K70120_cfg.h or you can create your own file, e.g. My_K70_Board_cfg.h. Just make sure the file matches your board schematic (UART channel, UART pins and GPIO pin if needed).
- You are correct that FSL_Kinetis_Bootloader only supports K64 right now, and it is focused in new Kinetis devices, so K70 has to wait.
- There are some other application notes about Kinetis bootloaders. You may want to give them a check: AN4367, AN4368, AN4370, AN4379, AN4764.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------