Thanks for the answers.
2) If not how can we program flash and fuses using LPC-Link2 without MCUXpresso? We want a very simple utility like MfgTool.
-- To program fuse, it needs to utilize the Serial Mode, in other word, the board should keep the UART or USB interface for this implementation, and there's no similar tool to program the flash and fuses without through Serial mode.
I'm not sure I fully understand the answer to number 2:
1. So are you saying that the only way to program fuses is via the UART or USB port? So the LPC-Link2 or whatever debug probe you are using cannot do this?
2. In other words MCUXpresso cannot program the fuses either?
3. Could a redlink script do this?
4. I imagine I could download a program that programs the fuses as required and then download the secure image? I was hoping the flashloader could do this for me.
5. Is there a way to configure MfgTool to use a com port (connected to UART) instead of USB?
6. For the eval board, is the only way to access the UART via the Arduino expansion port? Or is there a way via the Debug USB? Because when I connect the debug USB (e.g for MCUXpresso) the PC sees it as a com port (as well as a USB Drive), and I can get printf output from it.
7. Am I fighting the grain here? Should we always use a UART (or even a USB) connection for manufacturing?
8. Can the debugger probe get access to the UART?
Thanks for all your help. It is appreciated!