STM32CubeIDE 1.16.1 issue with Segger J-link and large buffers
Dear,
used: STM32H7B0 mcu, 100pins
Segger j-link plus, v 9.4
STM32CubeIDE 1.16.1
GNU ARM 13.3.release 1
STM32CubeIDE goes into a very long loop and/or crash.
How to reproduce:
- Create a large array, ex:
uint16_t buffer[0x8000]
- start the code and add the "buffer" in "Live Expressions"
- Open the "buffer" in " Live Expressions" and the IDE hangs.
The only way we had found is to restart the IDE to get out.
Has also try it with another compilers versions, but has the same issues.
regards.
