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

Resolved! STM32F4 Disco RTC (old version) not updating SECONDS

I am using the Audio Playback and record exaample.I modified Systeem_clock_config as follos /* Enable HSE Oscillator and activate PLL with HSE as source */ RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI | RCC_OSCILLATORTYPE_HSE; RCC_...

shorai by Associate III
  • 968 Views
  • 3 replies
  • 0 kudos

Problems with UART transfer using DMA on STM32L471RGT6

Hi , I am using DMA/serial port transfer with RTS /CTS handshaking to transfer between 490 and 506 bytes from variable dma_buffer. The byte stream is terminated with \r\n\0 . the code is below : while (transmit_complete_flag !=1 ){;} // wait here un...

rwils.1 by Associate III
  • 800 Views
  • 1 replies
  • 0 kudos

RTC of smt32F103C8T6 is not incrementing time seconds while VBAT is connected to a 3v coin cell on VDD cut-off, but it only retains the last value but not increasing.

RTC code is not working properly while VBAT is connected to a 3v coin cell, it only retains time from the last value but not incrementing as the time increases please let us know what's wrong with the codeI'm following this below linkhttps://www.micr...

Setting MCO2 output on STM32G0

Hi,I'm trying to get a clock output at 460.9 Khz on PB2 by setting the MCO2.The PB2 pin is declared as follow:static void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* GPIO Ports Clock Enable */ __HAL_RCC_GPIOB_CLK_ENABLE(); /*Config...

MAmem.1 by Associate III
  • 948 Views
  • 2 replies
  • 0 kudos

STM32- Timer not working as expected,

void External_Clock_Config(){ TIM_ICInitTypeDef TIM_ICInitStructure; TIM_OCInitTypeDef TIM_OCInitStructure; NVIC_InitTypeDef NVIC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1, ENABLE); /...

jsaun by Associate II
  • 781 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F051 to get code coverage report

Hi ,We have SEGGER J-TRACEpro for CORTEX-M processors . https://shop-us.segger.com/product/j-trace-pro-cortex-m-8-18-00/ We want to take the Code Coverage report . We are using Ozone IDE and loading the .OUT file to the OZONE IDE .There are 2 cables ...

0693W00000YA4FbQAL.png 0693W00000YA4lmQAD.jpg 0693W00000YA4zYQAT.png
ck.1 by Associate III
  • 1331 Views
  • 3 replies
  • 2 kudos