STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H753 clock setting

Hi friends.I work with this chip STM32H753, but I set wrong clock. void SystemClock_Config(void) { uint32_t i;   // Enable HSE LL_RCC_HSE_Enable(); // Wait till HSE is ready while ((LL_RCC_HSE_IsReady()) == 0) ; //PLL1 - external quartz LL_R...

0690X0000098HHbQAM.png

Sampling rate L011 too slow

Hi there.I am trying to measure progress of signal with STM32L011F4. I start measuring on three ADC channels (two inputs and reference), 30 samples on each of them by one DMA request. Frequency for ADC is set to 16Mhz (Max), ADC clock prescaler set ...

JSkod by Associate
  • 544 Views
  • 2 replies
  • 0 kudos

Not able to do Chip erase on STM32H750VBT6 Internal flash

Hi,I am new to STM32 H7. I designed 1 board using STM32H750VBT6. But when i try to erase internal flash using keil IDE, it is showing 'Flash Timeout: Reset the target and try it again'. I have attached the scrennshot of the error.

VAgga by Associate II
  • 2529 Views
  • 10 replies
  • 0 kudos

Detailed course?

Hello, I'm new to the stm community, I have a stm32f103 (blue pill) board with st link debugger, however moving on from arduino IDE I'm having hard time picking up from source codes or writing one myself ( I'm using system workbench and cubeMX ). can...

AJava.5 by Associate
  • 630 Views
  • 2 replies
  • 0 kudos

Resolved! Where is Nucleo software examples

I just bought a Nucleo board (F446) and per the documentation it mentions that "demo software" and "several software examples" are to be found on www.st.com.stm32nucleo.I went to this page an only see a small number of compiled binaries. Can someone ...