STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using stm32(Bluepill) as ADC

Hello guys, I am working on a acoustic source localization project. I need to sample the amplified signal from Hydrophone. The acoustic source emits a sound frequency of 42khz. I need to sample this signal at a frequency of 100Khz or even 200khz(if p...

Tsai.1 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

Resolved! Mcu dies

Hello,​Which mcu products are ​provided as dies or wafer?​Thanks​

Ohara.1 by Associate II
  • 968 Views
  • 5 replies
  • 0 kudos

STM32 communication with a display via I2C over DMA

Hi Everyone,My problem relates to I2C communication when trying to send bytes to a display on address 0x78. First I tried with the plain I2C HAL function(blocking), but I realised that the MCU gets frozen because of the huge amount of data to be sent...

0693W000001t9dLQAQ.png
DJuko.1 by Associate
  • 440 Views
  • 1 replies
  • 0 kudos

Stm32F407 Clock Configuration Issue

Hi, I am working on my Stm32F407 Discovery Board. I use CMSIS when I codding and I have some problems with PLLCFGR register. I want to using 168 mhz clock speed. This is my Clock Configuration code and I get problem in PLLM configuration in PLLCFGR r...

RGokm.1 by Associate II
  • 1264 Views
  • 4 replies
  • 0 kudos

STM32H7 I2C DMA ll, just sending once

Hey guys, I am trying to get I2C working with DMA or without, but I am having similar issues with both. The I2C sends out the data correctly the first time via DMA and the DMA_TC interrupt is called, however it gets never called again. I can also see...

Mfail.1 by Associate II
  • 531 Views
  • 0 replies
  • 0 kudos

Resolved! Blinky not working - possibly incomplete pin configuration?

Hello,I was following the step by step guide by st for an easy led blink program. And after configurating the pins in the GPIO_Init function the LEDs are not turning on. Is there something wrong in my code? Did I miss part of the pin configuration? A...