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

Transfer time when using DMA and ADC

Hi, I am using a STM32F407. I programmed one channel of ADC1 to start on the falling edge of TIM8, which has a frequency of 100 kHz. So far so good, the ADC performs a conversion every 10 us (100kHz), measured with the HAL_ADC_ConvCpltCallback functi...

0693W00000JP4HCQA1.png
LSoll.1 by Associate II
  • 1445 Views
  • 2 replies
  • 0 kudos

Resolved! Cannot get PWM to output on STM32L496AG Discovery Board

When I view the CNT register of the TIM8 structure during debug it does count up to 1000 before resetting. I am using PI6 of the discovery board (Discovery Board Manual). The pin does not output a pulse however I confirmed that the circuit works elec...

TomC by Senior
  • 799 Views
  • 4 replies
  • 0 kudos

STM32L082 dual bank - set BFB2 bit is not enough?

Hello,I am looking for your help on how to use the dual bank mechanism on the STM3L082.My goal is to download the new firmware 'over the air' and write it into bank 2 (starting from 0x0801 8000)Bank1 always remains as it is (with original firmware)BF...

Resolved! STM32H7 FDCAN Goes to INIT when sending first message

I have a STM32H745 Nucleo and I am trying to get the CAN peripheral working. I believe I have everything set up correctly (bit rate, RAM etc) but when I call HAL_FDCAN_AddMessageToTxFifoQ() the first time the peripheral goes back to INIT. The next...

ttatakis by Associate III
  • 2847 Views
  • 7 replies
  • 0 kudos

STM32 Read Protection And Rx-Tx pins

I've flash protection level-1 on my stm32f429. When I open the flash protection on my mcu and connect the serial prolific to read and send data under UART. My source code couldnt run. But if I remove the serial prolific's from the pins. And reset the...

DCtech by Associate II
  • 656 Views
  • 1 replies
  • 0 kudos

Resolved! Ymodem protocole

I am looking this source codes to use Ymodem protocole,https://github.com/STMicroelectronics/STM32CubeF4/blob/master/Projects/STM324xG_EVAL/Applications/IAP/IAP_Main/inc/ymodem.hBut I've a question about that, Line 65 says to us as in below:/* /-----...

0693W00000JP5OOQA1.png
DCtech by Associate II
  • 2291 Views
  • 1 replies
  • 0 kudos

Difference in Low power sleep mode and sleep mode in stm32l053?

I went through the examples on the ST site which have the direct implementations (not using CubeIDE generated code HAL for GPIO, SystemClock, ... config implementation)https://github.com/STMicroelectronics/STM32CubeL0/blob/master/Projects/NUCLEO-L053...

AV.9 by Associate II
  • 3522 Views
  • 3 replies
  • 0 kudos

Resolved! OCTOSPI as Single-SPI

Hi everybody,I'm trying to configure the OCTOSPI1 bus as Single-SPI to read the status register of an external memory (MRAM).What I expect to see on the scopeWhat I really see:The MCU sends the comand (0x05) on the SI line, generates 8 clock cycles a...

0693W00000JP5s9QAD.png 0693W00000JP5ogQAD.png 0693W00000JP5pKQAT.png
JoseFdez by Associate
  • 1071 Views
  • 1 replies
  • 0 kudos