STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H750 ADC with DMA does not convert small values

Hello,I use the STM32H750VBT6, I have a problem when I use the ADC's DMA with 16-bit resolution (but not only).The input analog signal varies from 0 to 3v, but the minimum converted value is 20000 (out of 65000). It's as if the ADC isn't using the en...

PMach.2 by Associate II
  • 695 Views
  • 2 replies
  • 0 kudos

problem in the implementation of USBOTG

I am currently working on a project that involves integrating USB functionality for data transfer and data logging on an STM32F407VG micro-controller. Specifically, I want to log data files on an SD card and enable the user to download these logged f...

Resolved! Product life

Hello, We are looking for Controllers for our us based client. I want to know Product life and active years from this family of STM32(STM32F0 Series, STM32F4 Series, STM32F7 Series).  Can Someone help to find where i will get this info.it should be g...

Gajanan by Associate II
  • 1060 Views
  • 3 replies
  • 0 kudos

ILI9341 with stm32f4

hello im struggling to find how to get font on the lcd screen with some generated font c arrays i have found could anyone please explain how these font tables work and how to draw the characters on the lcd itself ive wrote a pretty basic driver that ...

Resolved! Execute code in CCM SRAM failure (IAR, STM32G474)

Hello,I wanted to put some complicated calculation into CCM SRAM in my STM32G474RE MCU. I basically followed instructions of AN4296, unfortunately I found an issue when programming the MCU.A few attaches as below:1. The link script2. The code change ...

YWang15_0-1698216341612.png YWang15_3-1698216549128.png YWang15_2-1698216444813.png YWang15_4-1698216581002.png
YWang.15 by Associate II
  • 2161 Views
  • 8 replies
  • 1 kudos

STM32H755 | lwIP | Ping two boards together

Hello everyone,I open a new topic since my issue seems to be characterizing only my application.I have implemented what I consider a rather stable lwIP - ModbusTCP/IP on a proprietary application using STM32H755 microcontroller. As long as I work wit...

Zzaaack by Associate III
  • 3044 Views
  • 13 replies
  • 4 kudos

I can't make bare metal LPUART work in L496

Hello all, I've recently started experimenting with bare metal programming in L496, I made LED and push button I/Os working, interrupts etc, but I cannot figure out the exact steps to make LPUART1 work and I cannot find any references/examples of LPU...