STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7A3ZI-Q getting random values from ADC

Hello, I'm currently trying to develop a bare-metal ADC driver for my Nucleo STM32H7A3ZI-Q Board. I have done all the necessary steps in order to setup the ADC, however I still get random values from the data register, even though I have my PF11 (or ...

ikok07 by Visitor
  • 12 Views
  • 0 replies
  • 0 kudos

STMF32F401 Re with IHM04A1

I am working with STM32F401 Re and IHM04A1 driver board. There is timer1 channel 3 in EN-A (PA10) for IN1A and IN2A. However, there is no timer channel in EN-B which should be used for IN1B and IN2B. What should I do for the timer in EN-B, that is, P...

aknaydn by Visitor
  • 14 Views
  • 0 replies
  • 0 kudos

Boot standalone STM32F469IIT6

Hi! I am new in electronics, but I am trying to design my PCB using STM32F469IIT6. I did a similar project before using a simple atmega168, but the STM32 seems way more complex. I wonder what the minimum of hardware connection is I need to be able to...

HTTPS Integration on STM32F407 with STM32CubeIDE

Hello everyone,I am currently working with an STM32F407 and STM32CubeIDE. I have successfully integrated LTE modem PPPoS functionality, and now I am looking to implement HTTPS for secure communication.Could someone please provide step-by-step instruc...

STM32N6 HPDMA not copying data

Hello,another day, another N6 "issue" :)I want to do RAM to RAM copy by HPDMA, but the data never get copied from Src to Dest, Dest always stays unmodified. I have checked the 'DMA_RAMToRAM' example for N6 and went from there, but with no success.DMA...