Hello
We are using the s32k324 board.
An error occurred while debugging the board and laptop.
We need to build and debug the code.
Is there a way to fix this error? I'd appreciate it if you could tell me a new way instead of buying a debugger separately.
And while using the s32 flash tool, the target device does not have the s32k324 board set up. I read the user guide and it says to download the tool to use the additional device, what should I download?
Thank you for your answer.
The file is now in version 344, but the same error occurs when I make the file again in version 324. Is it because the debugger version is low? I wonder if there is a solution.
Sorry if I did not explain myself clearly.
A project created for a S32K344 will not work for a S32K324. You need to create a new application project with the corresponding MCU and then copy the application source files from your pre-existing project as well as any customizations you made to the project properties.
Since the project was created for a S32K344 device, it will cause faults if used on a different device. The most viable option is to generate a new project with the corresponding MCU and then copy the application source files from your pre-existing project as well as any customizations you made to the project properties.
As for the S32 Flash Tool, it does not support S32K devices.
BR, VaneB