How to load and execute my .elf file from command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-22 2: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
- How to open STM32CubeIDE with my workspace from command line?
- how to load and execute my newly generated .efl file from command line?
- How to read the content of buffer from command line commands?
- How to write read data in to one file?
Pl give your inputs on above queries.
thanks
- Labels:
-
STM32CubeIDE
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-28 4:20 AM
Ask specific question showing that you researched around the problem yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-29 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-11 8:59 PM
Any inputs on below queries
- how to load and execute my newly generated .efl file from command line?
- How to read the content of buffer from command line commands?
- How to write read data in to one file?
