Hi @VanNgo285,
It was discussed here:
https://community.nxp.com/t5/S32K/Eval-board-as-debugger/td-p/766915
Regards,
Daniel
Hi @danielmartynek ,
I don't understand in this discussion. Can you explain more clear for me? On EVB, I tried to disconnect R119, R120, R122, R127, R128 and R123 but it doesn't work. See this figure:
Lauching Debug_FLASH_PNE stop in 51%.
Thank you very much.
Hi @VanNgo285,
Please keep in mind that this EVB is not meant to be used as a debugger for other MCUs.
I don't know which revision of the MCU you have, but on REV.C,
So, I would say that the best option is to remove the original MCU and put R122, R123 back and populate R545, R546.
I haven't tested it though,
Regards,
Daniel
Hi,
Yes, you can use the NXP S32K144EVB kit to flash your custom board.Hear is guide on how to set up your S32K144 kit:
1. First, you need to ensure that you have the Integrated Development Environment (IDE) installed on your computer. You can download and install the S32 Design Studio IDE for the S32 Platform from the NXP website. After installation, you will receive an activation code through email.
2. Once the IDE is installed, you need to install the S32K3xx Development Package. You can do this by going to Help > S32DS Extensions and Updates from the top menu to open the S32DS Extensions and Updates. Navigate to the S32K3xx development package and install it.
3. After the software setup, connect your S32K144EVB kit to your computer using a micro USB cable. Please note that the +12 V power supply and micro USB cable are not part of the package. The +12 V connector is a center-positive barrel type with outer 5.5 mm and inner 2.1 mm diameter.
4. Now, you can use the S32 Design Studio IDE to write and compile your code. Once your code is ready, you can flash it onto your custom board using the S32K144EVB kit.
Please note that the exact steps might vary depending on the specific configuration of your custom board.
Regards