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

CCM RAM use cases in STM32F4-series

Hi!It's a beginner question, but what is te purpose / use case the CCM RAM in STM32F4-series?I asking this due to CCM RAM in this MCUs connected to D-bus only. For this reason, this implementation don't have code execution capability nor DMA.I'm afra...

PTiha by Senior
  • 1838 Views
  • 3 replies
  • 0 kudos

Measure HSE using TIM17

We are using the STM32H753ZI and to test if the LSE and HSE have the correct frequency, we want to measure it's frequency using TIM16 and TIM17.We managed to measure the frequency of the LSE using the internal input capture of TIM16 but when we tried...

0693W000000VuMAQA0.png
rb1 by Associate II
  • 1671 Views
  • 8 replies
  • 0 kudos

Problem with ADC DMA One Shot Mode

Hi folks,i'm using a STM32H750 MCU for analog data acquisition. I've implemented a simple UART Command interface to trigger a measurement with a given number of samples. This Interface works fine (checked it with the debugger).Now the Problem: only t...

TBaue.1 by Associate II
  • 863 Views
  • 0 replies
  • 0 kudos

Is STM32F469ZI dual bank Flash or not ?

Hi,We're currently using STM32F446ZE on a board but we'd like to switch to a dual bank flash device as to secure OTA update. Searching some sort of 'equivalent' (indeed, they're not pinout equivalent but, at least, use the same LQFP 144 package) we f...

Koriolan by Associate
  • 722 Views
  • 2 replies
  • 0 kudos

Resolved! DFU usage with STM32CbeProgrammer

Posted on March 01, 2018 at 14:28That is anoying. STM32CubeProgrammer does not work in DFU mode and Its probably a driver problem. On Page 7/39 in UM2237 STM32CubeProgrammer software description - DFU Driver. There it is described to uninstall the o...

How to enable PWM using interrupt

Hi I'm new to STM32 and I am exploring this MCU. I have the STM32F103C8T6 MCU. I just want to ask some help how to enable PWM using interrupts. I am using TIM2 CH1 and set them on the CubeMX. Now I use PA6 as input switch to enable and disable th...

RSy.1 by Associate III
  • 897 Views
  • 3 replies
  • 0 kudos

Problem about Transmitting different ATcommands according to response of previous command inside HAL_UART_RxCpltCallback

Hello,I am using AT command for ESP8266. First, I am sending AT\r\n in main.c and receiving with interrupt Rx. After receiving first response, I am going on to transmit second AT command inside HAL_UART_RxCpltCallback. Everything was good with this m...

G_A. by Associate II
  • 691 Views
  • 0 replies
  • 0 kudos