Hii @Julián_AragónM ,
I am very thankful for your help on building the projects on command prompts .
Now I wanted to do flashing, according to your method I will have to buy some paid software's which we would not prefer at this moment ,but I have found some commands and ways to do the flashing of the project on command prompt .
I have listed the method below :
flash code
cd %NXP_FOLDER%\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32
eg. cd C:\NXP\S32DS_ARM_v2.2\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_4.4.6.201912192052\win32
pegdbserver_console.exe -startserver -device=NXP_S32K1xx_S32K144F512M150N77P
cd %NXP_FOLDER%\S32DS_ARM_v2.2\S32DS\build_tools\gcc_v6.3\gcc-6.3-arm32-eabi\bin
cd C:\NXP\S32DS_ARM_v2.2\S32DS\build_tools\gcc_v6.3\gcc-6.3-arm32-eabi\bin
arm-none-eabi-gdb.exe --command=%MY_COMMANDS_TXT_FOLDER%\my_commands.txt
In my_commands.txt :
target remote localhost:7224
load D:\Others\NXP_demo_codes\Read_Pin\Debug_FLASH\Read_Pin.elf
Do let me know if this above method is possible or do I have to add something in the above .
I have referred the below article :
https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/
Regards ,
Chandan