Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi @SEGGER - Alex, thank you for the reply. I am quite familiar with getting JLink running in VSCode. The issue I am facing is related to the ST STM32 VSCode Extension. I have raised a support ticket with them. Basically, my CubeIDE project uses JLink, I use it every day, but, when the STM32 extension imports that project it fails to import the use of JLink. While the ticket is being worked upon, I have set up the JLink with the Cortex Debug extension, so I have a work-around for now. I was hopi…
-
I am trying to move my STM32 development away from STM32CubeIDe and I have installed the ST STM32 VSCode extension in my VSCode. After some issues I was able to import my CubeIDE project into VSCode and get it built. Now, I need to set up a launch task to VSCode to debug my code. I am using a JLink Ultra with CubeIDE and need to do the same from VSCode. Can anyone provide a launch.json file that achieves this? Sid
-
Using JScope v7.64c and JLink-Ultra+, I am trying to capture some data from my Apollo3 target. The target is set up and SystemView works well with it, however, when I request JSCope to start recording data I get an error "Could not start data reading: Unspecified error." Also, I have noted that the configuration is not restored when I save and load the project. This means having to set the options each time I start JScope. In fact, the options are not even saved when the options dialog is closed…
-
Many thanks Nino that is indeed simple Sid
-
What is the recommended way to exclude SystemView from a production build? I am FreeRTOS on the target, patched to work with SystemView. Sid