STM32 MCUs Products

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
  • 1140 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
  • 685 Views
  • 4 replies
  • 0 kudos

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
  • 2378 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
  • 576 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
  • 1832 Views
  • 1 replies
  • 0 kudos