STM32L496 micro is hard faulting when power is cycled, but only on some builds of firmware, others are ok. I've been able to track it down to a specific path in the assembly, what looks like is happening is a vector table address is loaded into R3 wi...
Hello,i am using the STM32F410CBUx and want to detect rising and falling edges with the Timer 5.I get these values with the help of the DMA because the signal edges are close together and i need accurate meassurments. The edges occure all in a short ...
Hello,As the title says, I need to use the ADC's external trigger designator pin to trigger the transition. I have done the necessary steps on Cubemx but my code still cannot work.Looking forward to hearing from the forum.Thanks,HAILV /* USER CODE E...
at page 26 :"The X3 crystal has the following characteristics: 32.768 kHz"it should be X2 instead of X3
I am using a the nucleo32 with a stm32F303K8 for my project. I am using arduino and creating a TCP modbus and RTU modbus server.<br>I have set the pins as folows:| Description | Type | Arduino | STM32 | Pin Number ||--------------------|--------...
Hello all,On and STM32F722 I am measuring the speed of an object that is passing between 2 photogates using external interrupts.I would like to automate the time measure using Input Capture direct mode on channel 3 and 4 of timer 4, however I do not ...
Hi,I'm trying to configure the PWm with STM32G030K6T6. But pwm is not generate.below I given my code and i don't know where i made a mistake if any one know help me.RCC->IOPENR |= (RCC_IOPENR_GPIOAEN); // I/O port A clock enable GPIOA->MODER &= ~(...
When downloading FW on the stm32L476ZGT EVAL by using CubeIDE1.10.1ver, I faced with Error: Failed to download Segment[0], Error: Failed to download the File...,How can I solve these problems? Even I didn't write any code in there. Following is my Co...