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! ETH: anybody used KSZ8863RLL?

Heyho,until now I only used STM32 with the LAN8742, in a few weeks I'll get my 2nd custom board, but this time with the "dual" PHY KSZ8863RLL.It's connected via RMII, for setup MDIO (and optionally I2C for the registers not accessible via MDIO).Are t...

LCE by Principal II
  • 4998 Views
  • 23 replies
  • 8 kudos

Resolved! One chip solution for STM32H7 or N6-series?

Hi!Does anyone know if there is a chance there will be a launch of a one-chip-solution for any of these MCU-series during 2025?What I mean is an MCU with large built-in FLASH + RAM preferably with a LQFP100/144-package (like the U5-series).We are pro...

PSSI Performance Benchmarks

Good morning everyone,I am considering buying a PSSI-compatible STM32. Beforehand, I would like to get in touch with some users who have already tried the interface out. I am considering PSSI to stream data out over 16 parallel lines at around 50-100...

TheMikeK by Associate II
  • 398 Views
  • 4 replies
  • 3 kudos

Resolved! Number of the ADCs in STM32F103RB

Hello,I look at the STM32F103RB datasheet and see that this microcontroller should have 2  ADCs. When I open Table 5 (see Figure 1 below in this post) in this datasheet, I see only ADC12_IN10 and so on, that is, only ADC12. Why?                     ...

Mykola_Levun_0-1738849201381.png

Resolved! HAL UART Transmit DMA() trigger reset

Hi guys, I was trying to implement HAL_UART_Transmit_DMA() since I am using freeRTOS. It auto trigger a reset for my stm32f427.Tried HAL_UART_Transmit(), everything works well. Only HAL_UART_Transmit_DMA() causing the reset, Did I missed anything? ...