User Activity

I have a stm32h750-dk board that I played with long time ago, so I forgot what I did, but since connector CN5 has pins soldered on I guess I tried to program the board through that connector.Well - the board is not detected when connected to the PC a...
I am trying to understand how to setup the microcontroller (STM32F030 in this case) to use external oscillator. I am using blinking LED as a test to see if the code is running. To setup the HSE I did following:selected Crystal/Ceramic Resonator in Hi...
I have a STM32H7 Discovery kit with default setup exported, but the code stops in SystemClock_Config(). Debugger stops here: MODIFY_REG(RCC->CFGR, RCC_CFGR_SW, RCC_ClkInitStruct->SYSCLKSource) (in stm32h7xx_hal_rcc.c). Any ideas what might be a probl...
I am trying to setup a PWM output with Timer 4 by using CubeMX. When starting the code it always stops at command HAL_TIM_PWM_Start(&htim4,TIM_CHANNEL_1)Attached are the setup in the main() and setup in the CubeMX.Any ideas what am I missing? MX_GPI...
Kudos from