Problem while debugging STM32H743 #1448
-
I was trying to debug my firmware for STM32H743, from Ubuntu 22.04 and VSCode (extension Cortex-Debug) and stlink-tools. I believe I installed from Ubuntu apt install stlink-tools, and it was giving version 1.7. The problem was that only bank 1 (0x08000000 - 0x08100000) was erased and flashed, even though the output was showing that it was attempting to erase and flash all sectors up to 0x08200000. I found this source code and built it in release mode and installed it using the directions listed, and suddenly (after manually removing some 1.7 lib file from my /usr directory) it was working, erasing and flashing the whole flash. Also performance was noticeably faster when moving from one breakpoint to the next. Obviously there was some issue with the stlink-tools 1.7 package with the H7 target. Can you guys update that in the Ubuntu apt? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@MattKow-Firefly: Thank you for the feedback. However, you need to address that downstream within the Ubuntu project. There should be an assigned package maintainer in charge of maintaining the specific package. We are not involved in this process. |
Beta Was this translation helpful? Give feedback.
@MattKow-Firefly: Thank you for the feedback. However, you need to address that downstream within the Ubuntu project. There should be an assigned package maintainer in charge of maintaining the specific package. We are not involved in this process.