STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Case of Infinite loop of RTC

There is a situation with RTC of RTC get into infinite loop in file stm32f7xx_hal.c.In the function HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef* hrtc)lines while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET)  { if((HAL_GetTick(...

Can't reprogram STM32g0136-disco!!

After programming the stm32g0316-disco the first time the programmer no longer connects. How do I reprogram it, and prevent this in the future?Thanks,Scott

Scott3 by Associate II
  • 809 Views
  • 6 replies
  • 0 kudos

STM32F4 I2C Issues solved

Posted on October 31, 2012 at 14:26I have just spent the last few hours of my life trying to get the STM32F4 Discovery board I2C working with an ADXL345 Accelerometer. Despite using setup code for the GPIO and I2C identical to examples provided in t...

Resolved! Hard Fault on UART receive Interrupt in NUCLEOF413ZH!

Hi All, I'm working on a project wherein I required multiple UART. So, as suggested on my previous question, I've brought the NUCLEOF413ZH. Unfortunately, this NUCLEO has several issues. Currently, I'm using all the 10 UART, but some of them having "...

STM32F051R8 TIM14 does not work

Hi,I'm practicing with the timers of my STM32F0-Disco.Quite simply, I'm trying to use TIM6 or TIM14 as a simple time base. In order to verify its correct functioning I have put a GPIO call to toggle a LED whenever the interrupt handling function is c...

MMazz.11 by Associate II
  • 1195 Views
  • 5 replies
  • 0 kudos

Double Speed Systick STM32F042

I configured a Project with STM32CubeMX 5.3 for STM32F042. Using Nucleo-Board witch Jumpering for MCO from STLink..The 1ms Timer works fine when using HAL for RCC, but it goes double Speed when changing RCC to LL. I have to limit Codesize for a Boot...

STM32F302 ADC Pin Negative Injection Current

Recently started working on an STM32F302, and am having a really odd issue with the ADC. It seems that there is current coming out of the ADC pin. We have a 10k resistor with an anti-aliasing filter feeding the channel, and we see current flowing out...

vielster by Associate II
  • 1574 Views
  • 7 replies
  • 0 kudos

I want to make Comparator's output inversely.

Hello, I am using STM32 L031K6 & its low power Comparator, which is running in stop mode.​What I want to Comparator is:when pin PA3's input voltage is bigger than reference Voltage, then Comparator give interrupt to the system. so after wake up from ...

DU2 by Associate II
  • 490 Views
  • 1 replies
  • 0 kudos

Hi I'm new for STM32.I want to use Nucleo-f401re for my wireless design.The block diagram as per attached file.The EV2400 is interface module for battery management system BQ4050.I want to collect data from EV2400 via usb.

Then I want to call AT command to trigger LTE module EC25 and also transfer the data collected from EV2400 to EC25 by using Nucleo-f401re.Please advise the solution.

NAhma by Associate
  • 443 Views
  • 0 replies
  • 0 kudos