Hello Tomaru,
The ISP pin is recommended for updating authenticated and optionally encrypted firmware via SB3 files, as the KW45 requires signed firmware to be loaded into the NBU through the bootloader. I would recommend adding this support if the board doesn’t have it.
You can consult how is this pin connected in the KW45EVK Board with the KW45B41Z Evaluation Kit Board Schematics and you can refer for more information about this on this Community post The best way to build a PCB first time right with KW45 (Automotive) or K32W1/MCXW71 (IoT/Industrial)..., and in KW45 Hardware Design Recommendations Presentation in Bootloader pins slide.
On the other hand, Application Note AN14003 describes the process for programming the KW45 fuse, burning CM33 and NBU firmware operations. Also how to implement a merging of the NBU image and CM33 flash via SWD for mass production is addressed in this document.
The KW45B41Z Evaluation Kit Board comes with pre fused default keys provided by NXP, However, for the KW45 chip received from the factory for using in a custom board, by default, the SBKDK and RoTKTH keys in the fuse are null. Therefore, writing these two keys to fuse is essential. Otherwise, the sb3 update would fail.
It's important to mention that the method of burning the fuse cannot be reversed on the board. Therefore, it is recommended to modify the fuse with caution.
The Default KW45 EVK board keys are described in chapter 5.2.1 figure 9.[AN14003]
If the user burns the fuse using EVK default keys, the .sb3 file located in sdk path described in Chapter 5.1 [AN14003] can be used.
The tool you will need for fuse default keys its "Jupyterlab" described in chapter 4. If your unfamiliar with the tool you could try this link for the installation and a tutorial. spsdk/examples/jupyter.rst at master · nxp-mcuxpresso/spsdk
The sb3 file generation is described in chapter 5.1.1,
For flashing via SWD you will need to merge the CM33 image and NBU image after following the steps in the application note, and how to merge the image process is described in chapter 5.4
Best Regards
Luis