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

Resolved! STM32 with minimum 11 Uart peripherals

Hi, I wonder if someone can recommend an alternative to STM32H563ZIT6 mcu for minimum 11 Uart peripherals ona single IC. Preferably if the IC is from the STM32F series.NOTE: The above quantity achieved by treating the USART ports as UART using 144 pi...

STehA.1 by Associate II
  • 1583 Views
  • 4 replies
  • 2 kudos

Resolved! UARTs Not Working On HSE Clock

Hi ,I am using an STM32F205 for my project. We were using HSI as the clock source before and found out that HSI will not work very well with high temperatures for UARTs, So we added an External crystal clock (16Mhz) but I am unable to get Comms out o...

JThom.15 by Associate III
  • 4126 Views
  • 23 replies
  • 6 kudos

NTC-Temperature Sensor

I used STM32F072C8T6.ADC - IN0, IN1 set.An application that measures temperature with an NTC temperature sensor.​   ​PullUp resistance 10K was connected to Vdd (3.29V) and PA0, PA1..When the HAL_ADC_Start_DMA function is executed, the voltage of ADC ...

스크린샷 2024-02-26 214841.png
hwm by Associate
  • 2443 Views
  • 2 replies
  • 0 kudos

STM32F302R8 ADC injected configuration weirdness

I'm seeing strange behavior trying to write to the ADC1_JSQR register. This register controls the channel sequence and the trigger source of injected conversions. After enabling the ADC (ADEN=1), a write to bits 7:0 (JEXTEN, JEXTSEL & JL) locks out f...

tld by Associate
  • 562 Views
  • 0 replies
  • 0 kudos

stm32F412.. disco -- Unable to get the sdcard working.

I've been testing ST chips and started with the STM32F411 using my own board for testing with the SD card, which I wasn't able to get working. Thinking it was my fault, I ordered the STM32F412 Discovery board and I can confirm that using the examples...

pumarada by Associate III
  • 4726 Views
  • 17 replies
  • 4 kudos

Resolved! STM32U575 GPDMA DCMI High resolution image

HiI've been struggling trying to get an Image from a Image sensor over DCMI via the GPDMA on an STM32U575.The image sensor has a resolution of 752*480, though I only want to capture 420*420, which I've configured on the sensor to output. I've also co...

Resolved! Porting WICED sdk from STM32F423 to STM32U5A5

Good morning, I have to do a porting from a project developed on STM32F423 to an STM32U5A5The starting project used the wiced sdk, with the supported platform STM32F423.If I understand well, for STM32U5A the wiced sdk is deprecated, and it would be b...