STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Why does the fifth pin of port D stay on?

STM32F407Why does the fifth pin of port D stay on?Here is the code:RCC->AHB1ENR|=RCC_AHB1ENR_GPIODEN;GPIOD->MODER&=0UL;GPIOD->IDR&=0UL;There are 3 volts on pin 5 of port D (I checked with a multimeter).The IDR register looks like this: IDR: 0000 0...

MMust.5 by Senior II
  • 669 Views
  • 5 replies
  • 0 kudos

STM2F7 internal temperature sensor

I would like to know more about the internal temperature sensor. The RM says: Precision: ±1.5 °C. And the Note section says: “The temperature sensor output voltage changes linearly with temperature. The offset of this linear function depends on each ...

STM32L433 Delay before Timer DMA starts

I am having a problem using Timer1 DMA to create a waveform used by one of our peripherals. I have set the timer to count up to 65K with a 1uS tick, and channel 4 as a comparator with a toggle output.I am generating the time between pulses in a tabl...

JMala.3 by Associate III
  • 742 Views
  • 2 replies
  • 0 kudos

How to connect STM32F411CEU6 to FT232RL USB to TTL

Hi, I'm trying to connect my STM32F411CEU6 to my laptop by using USB to TTL. The USB to TTL I use is FTDI FT232RL module, and I connect my STM to my FT232RL like these following (FT232RL -> STM32):VCC -> 5VGND -> GNDTX -> PB7RX -> PB6Then, I connect...

0693W00000NqOs8QAF.png 0693W00000NqOsDQAV.png
WRama.1 by Associate II
  • 6524 Views
  • 6 replies
  • 0 kudos

Placement of functions in CCMRAM

Hello, i work with STM32F407ZG MCU, i need to place functions in RAM and CCMRAM sections. Placement of functions in RAM is correct, but they take longer than in flash. If I place functions in CCMRAM, then when I call the function, I get an error Hard...

DPavl.11 by Associate II
  • 1018 Views
  • 4 replies
  • 0 kudos