2021-10-22 02:01 AM
I am using following command to execute the existing .elf file
JLinkGDBServerCL.exe -port 2331 -s -device STM32L462RE -endian little -speed 4000 -if swd -vd
where I need to change to load my newly generated elf (from command line) in the above command.
Pl send me the command line instructions to following
Pl give your inputs on above queries.
thanks
2021-10-28 04:20 AM
Ask specific question showing that you researched around the problem yourself.
2021-10-29 04:09 AM
Hello there!
You can open CubeIDE with a specific workspace using the -data command, for example:
C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE>stm32cubeide.exe -data C:\Users\USER_NAME\STM32CubeIDE\WORKSPACE
The other information you will probably need to find in the J-Link User Manual available here. Also for question four that will depend on the operating system and what you want to write the data to.
2021-11-11 08:59 PM
Any inputs on below queries