User Activity

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...
/** * @brief GPIO Initialization Function * @param None * @retval None */ static void MX_GPIO_Init(void) { GPIO_InitTypeDef GPIO_InitStruct = {0};   /* GPIO Ports Clock Enable */ __HAL_RCC_GPIOB_CLK_ENABLE(); __HAL_RCC_GPIOC_CLK_ENABL...
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.
Kudos from