cortex-debug
cortex-debug copied to clipboard
Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
**Is your feature request related to a problem? Please describe.** When working multiple people on the same project using SCM, it is annoying to have to resolve merge conflicts every...
**Is your feature request related to a problem? Please describe.** The work of this plugin depends on Launch.json. However, the current engineering configuration method is based on JSON format, which...
This ticket is more a question than a bug report, I'm not sure what I'm trying to do is actually supported, so please let me know. **Describe the bug** I'm...
board: Nucleo STM32F767 Clock frequency: 96 MHz.  Interface: onboard STLink ``` $ st-info --probe Found 1 stlink programmers version: V2J39S27 serial: 066DFF574887534867083444 flash: 2097152 (pagesize: 2048) sram: 524288 chipid:...
Are you aware that the STLink driver project (https://github.com/stlink-org/stlink) has a new driver called st-trace that allows SWO communication ? ``` st-trace --help st-trace - usage: -h, --help Print this...
Hello, Same as in issue: ["Missing RTT Timestamp in Logfile"](https://github.com/Marus/cortex-debug/issues/740) Now I notice it is also happening for SWO. If you setup to use SWO with timestamp and log to...
hi I hope to use the Cortex-debug tool to debug STM32. My system is Ubuntu 20.04 and I have chosen gdb-multiarch as the debugging too. The content of my launch.json...
defmt is widely used as a logger in the rust embedded ecosystem. This allows seamlessly debugging a rust program while printing defmt output at the same time.
Hi, Here is a possible fix to the missing feature of having timestamps on log file for SWO messages. Notes: - Related to [this issue](https://github.com/Marus/cortex-debug/issues/981). - It has been tested...
* fixes pemicro loading of multiple files - current release [1.12.1] erases whole flash for each object/binary file this fixes it so erase only happens once * adds pemicro preserving...