STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L462 not found - ST-LINK V2 / V3 in STM32CubeIDE

Hi,I have STM32CubeIDE 1.7.0 issue whereby I can connect either ST-Link V2 or V3set to our custom board that has STM32L462RET6 MCU. Same with STM32 Cube Programmer - can't connect - target not found. Inside IDE, there's problem launching GDB serv...

MI.3 by Associate
  • 5978 Views
  • 11 replies
  • 0 kudos

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
  • 875 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
  • 741 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
  • 858 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
  • 736 Views
  • 1 replies
  • 0 kudos