User Activity

Relevant to this post, created new one per @STTwo-32's recommendation.When some USB and SDMMC pins are in the GUI set to alternate function without their respective peripherals active, then there is code generated in MX_GPIO_Init() function that rend...
In the IDE GUI, when selecting asynchronous clock division for ADC3 on STM32H747XIH, the value generated in the code seems to be taken from ADC1, e.g.:ADC1 (divided by 4):ADC3 (divided by 6):generated code (shortened):/* ADC1 init function */ void MX...
I think there is a bug with code generation when USB_OTG_HS_Dx is selected for PA11 and PA12 pins and USB_OTG_HS peripheral is not active:then there is this code generated in MX_GPIO_Init() function: /*Configure GPIO pins : PA11 PA12 */ GPIO_InitStru...
Hello, we are using Riverdi displays but this may be a generic problem. We are using RVT70HSSNWN00 and RVT101HVSNWN00 and there is an intermittent problem.We used project generated from the TouchGFX example to develop a graphical application. Sometim...
We are using the safety lib (-sl) command with X-CUBE-STL library. Without <pattern> parameter, it is working. When trying to use 0xFF for <pattern> parameter, generated .elf is not even valid and cannot be loaded. Is there a workaround for this?For ...
Kudos given to