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

STM32L432 Nucleo board: ADC has -53 mV input offset ?

I'm using a STM32L432KC Nucleo board, and reading a voltage with the 12-bit ADC. On this board the ADC Vref is connected to the board 3.3V, which in this case actually measures 3.315 V.  With a 12-bit resolution, I would expect that 4095 ADC counts =...

JBeal.1 by Associate II
  • 1098 Views
  • 4 replies
  • 0 kudos

FDCAN with custom bootloader

Hello everyone! BackgroundWe are working on STM32G474VET6 based custom board for some specific motor control application. Project demands to have a custom bootloader on FD-CAN with 500kbit/s arbitration baudrate and data rate with 2Mbit/s with BRS op...

zmiga by Associate II
  • 2163 Views
  • 4 replies
  • 0 kudos

STM32L073 datasheet incomplete information

Hi,As per DS10685 Rev 7 (https://www.st.com/resource/en/datasheet/stm32l073v8.pdf), there are so much information missing, for example:1. Table 17 doesn't mention that the USB pins D+ and D- are bound to PA11 and PA12 ports, respectively, but Table 1...

XR.1 by Senior
  • 680 Views
  • 2 replies
  • 1 kudos

Resolved! STM32L476 SPI3 Using DMA2 Chan 2. No Transmit.

Hello Everyone. My how the forum has changed. Just dropping a recent odd experience here to see if anyone might have any comments. No. I don't use CubeMx and no this isn't another 3 year anniversary item regarding initializing the DMA before any peri...

Octospi vs FMC

Hi,I am doing a new design of a board and I am wondering what is better to have as in interface for a external memory FMC or Octospi? Thank you

aabba.1 by Associate III
  • 3907 Views
  • 2 replies
  • 2 kudos

Resolved! STM32CubeIDE 1.13.2 not showing X-Cube-Mems1

Hi All,I have configured for STM32L071xx xx controller bare metal. I was not able to find X-Cube-Mems1 for the controller.Please me know if LIS2MDL (or Mems package) is not supported on STM32L0 series?PFA screen shot of the STM32Cube IdeThanks,Milind

mvk by Associate
  • 742 Views
  • 1 replies
  • 0 kudos

Resolved! RTC clcok slow when turning on LTDC

Hi,I am using a custom board to do some application (https://www.waveshare.com/openh743i-c-package-b.htm). On this application I should turn on LTDC (to use it with touchgfx) and I am also using the RTC.When I am only using RTC alone, the RTC clock i...

aabba1_0-1702234030670.png
aabba.1 by Associate III
  • 862 Views
  • 2 replies
  • 0 kudos

Resolved! CORDIC for phase(atan2) not much faster than math.h atan2

I have two functions to calculate the phase via DFT. In both functions, real and imaginary parts are first calculated, and then the phase is determined using different methods.The first function employs the standard atan2f function from the math.h to...

GHrib.1 by Associate III
  • 1756 Views
  • 2 replies
  • 3 kudos

Resolved! flags to use to enable FPU on STM32H5 MCUs

In this document it's stated that STM32H5 devices implements the FPv5 floating-point extensions.From there, how do I know the proper flags to pass to gcc to enable the FPU? -mfpu=fpv5-sp-d16 -mfpu=fpv5-d16other ? 

HPhar.1 by Associate
  • 1164 Views
  • 2 replies
  • 0 kudos

STM32F334C8T6,main program is stuck

I wrote an interrupt service function HRTIM1_TIMA_IRQHandler() for PID tuning at a frequency of 200kHZ. Is this frequency selection reasonable, after I enabled this IRQHandler, the main program in main.c no longer works, what is the reason?

LXCCCC by Associate
  • 1035 Views
  • 4 replies
  • 1 kudos