User Activity

We have custom HW with an STM32F303VC processor.There is a 12 MHz crystal with an 18pF in parallel wired to OSC_IN and OSC_OUT.The power budget is basically unlimited so we would like to run the device as fast as possible with this configuration.Peri...
One of my machines is running 1.14.1. My customer is at 15.0 and does not wish to change to 15.1 this close to deployment. Is there any way to update the IDE to 15.0? If I select 'Update' from the 'Installation Details' from the 'About' screen I only...
Does anyone know how to remove the tags that show in the margin to the left of the line numbers in the editor when you have a 'TODO' in a comment on the line? They inhibit my viewing of breakpoints on the line. I guess I could get rid of side comment...
STM32F303 - Application running fine in CubeIDE debugger, custom board. It will not start as standalone, programmed with CubeIDE or CubeProgrammer with .elf or .hex.I have created an 'attach' run debug configuration, which can successfully display pr...
STM32F303VCTSTM32CubeIDE 1.14.1Simple program generation with IDE, main() while loop user code that toggles a GPIO.System hangs during HAL_Init() for the sysTick vector in: void HAL_NVIC_EnableIRQ(IRQn_Type IRQn){/* Check the parameters */assert_para...