STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 431 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
  • 372 Views
  • 4 replies
  • 0 kudos

Implement UART Transmit in DMA mode correct way

I am using stm32f779I eval kit. I am using example UART_HyperTerminal_DMA by en.stm32cubef7.I am trying to implement UART in DMA mode to transmit a simple string.So I have used CubeMX to generate the code and I have configured UART1 TX DMA in normal...

phenom by Associate II
  • 1269 Views
  • 12 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
  • 1159 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
  • 290 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
  • 1000 Views
  • 1 replies
  • 0 kudos
Labels