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

ADC accuracy after STOP2 wakeup

Hello,I'm using LPTIMR1 to wake up from STOP2 mode and then use ADC to read battery voltage range from 10 - 15 V. The wakeup to use ADC is random as per user input (in seconds, minutes or hours).static void MX_ADC1_Init(void) { ADC_ChannelConfTypeD...

npatil15 by Associate III
  • 234 Views
  • 1 replies
  • 0 kudos

Resolved! What harms STM32

Hey everybody. I had 3 STM32 F401RE for my robotic project but now I got "no stlink detected" error. Once I turned my computer off with shot down and then on again I couldn't get stm32 to work again, that's why one of them went away, the other one wa...

Maprex by Associate II
  • 561 Views
  • 7 replies
  • 7 kudos

Resolved! STM32 WITH MUTI CLIENT TCP PROBLEM

Hi, I am using stm32f46-disco working with client for TCP server, my problem is when I start with one client it works successfully but when I connect another client (also stm32f746-disco) it receives data slower than the previous client and swaps wit...

OWLchan by Associate III
  • 406 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F207 RTC Calibration

Greetings Everybody,I have Nucleo-F207ZG board. I want to try RTC feature of this STM32. In past i did try using RTC but after some days the time used to drift and it was like 4 seconds ahead than actual time after on week and after 1 month time was ...

STM32L152RBT6A, 80 byte backup register

Hello everyone, we are using STM32L152RBT6A for our development. Our PCB has a battery and we use the RTClock, no matter of the way of work - frequent power  Off/ On.           We kindly request some help in using „80 byte backup register“ like an en...

p_arbov by Associate
  • 192 Views
  • 1 replies
  • 0 kudos

Resolved! EMMC Compatibility with STM32H757XIH6

Please suggest recommended values for EMMC for the following parameters:Max Read/ Write speed supportedWhat is maximum memory density it can support?What is the bus width it can support?Any recommended NAND based EMMC part number of memory density 16...

USBX ThreadX doesn't recognize device attached

I'm trying to implement the USBX Audio class using the board STM32U5A9J-DK and the USBC port present on the board.I've opened the default project from TouchGFX selecting the ThreadX one. I then opened the .ioc file in the CubeMX and activated the USB...

nico23 by Senior III
  • 617 Views
  • 7 replies
  • 0 kudos

STM32F205RG RTC Problem.

Greetings,I have connected external crystal of 32.768 KHz to STM32F205RG for RTC time keeping purpose. I have also enabled RTC output on pin PC13. Below is my code for RTC Initialization ...int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE E...