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

UART data is not transmitted

Dear community,after solving some issues with the help of the community, I am stuck on the next problem. I really don't know why my UART, which seems to be initialized correctly, does not shift out my data for transmission. After initializing my USAR...

AHass.1 by Associate II
  • 751 Views
  • 1 replies
  • 0 kudos

Reading multiple channels of ADC

I am almost new to STM32 boards and need to read the multiple channels of ADC.Firstly,can someone tell me that am I allowed to read voltage from more than 16 pins(as there are 16 channels of ADC). Moreover, I have the following code to read 2 ADC c...

IMumt.1 by Associate III
  • 1433 Views
  • 2 replies
  • 0 kudos

STM32G070 RTC wakeup from STOP1 mode not working

The processor never wakes up from STOP1 mode and I do not know why. I know RTC clock is running#define RTC_ASYNCH_PREDIV 0x7F #define RTC_SYNCH_PREDIV 0xF9 /* 32Khz/128 - 1 */ void Sleep_Init(void) { HW_RTC_Init(); __HAL_RCC_PWR_CLK_ENABLE(...

rickard2 by Associate III
  • 466 Views
  • 0 replies
  • 0 kudos

1. ) STM32F072C8T6 MCU not getting detected for programming

1. ) STM32F072C8T6  MCU based board. Initailly it was working fine & we were able to Program using Nucleo F302R8 as ST link & Debug in IDE. Later on during development MCU was not detectable. replaced it by a new MCU but problem persisted. 2.) We che...

AGosw.1 by Associate
  • 297 Views
  • 0 replies
  • 0 kudos

how-to-erase-and-overwrite-data-in-spi-eeprom

I am using WinBond W25Q64JV SPI Flash chip for storing data and micro controller is STM32F101RCT6. When i am try to store the data in Winbond chip it is working fine i can able to read and write data in winbond chip but if i want to overwrite the new...

MSank by Associate
  • 2788 Views
  • 5 replies
  • 0 kudos