The simple proj is attached to show the wrong code generation for ADC-DMA peripheral.To fix this issue two lines must be changed as below. /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_ADC1_Init(); // ERROR!!! RCC CLK NOT YET ENABLED...
I make a project with two LINKED .c source files. When debug session is started I cannot set any breakpoints inside those files. If I keep it as non linked - all OK while debugging. But this files must be linked, because it shared between two project...
Please, help me to fix this problem: when I debugging STM32 MCU with J-Link in STM32CubeIDE v1.8 it is not possible to change the Live Expressions tab values 'on the fly' (while MCU is running). The error message is on the pic.
I use old Viper design software v2.24 for Viper53 design. Last time the program generate an error at startup (see attach). Reinstall, registry cleanup do not help to fix this error. Please, help.
Found a fix for all of us! We need to edit 'Debug Configuration' Source tab. At this tab simplify add 'New compilation directory' container and a path where your linked С source files placed. Next, restart debug session and linked files now debuggabl...
I add those files as in the pic:As a result this files now part of my project:Compiling is OK. But when I start debug session any breakpoints settling inside are non functional for me. Can you try this for any of your projects? I use ST-LINK v2 (GDB ...
Stable to recreate with this IOC file. Main.c (generated) also included. The problem can be related to 'Enter User Label' process, where if international caracters is inputted the Cube is freezes and need to be restarted...
I asked Segger team about. They said, it's probably STM32CubeIDE v1.8 problem, where GDB server must be updated/restored. Very disappointed with ST. Now we need a lot of time to resolve this issue...