STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO Interrupt not working Properly.

Hello, I am using the stm32G0B1RE MCU board to detect the GPIO interrupts, after every 140ms, but MCU is not responding to these interrupts fully, like I need to detect the 30 interrupts in 4 seconds, but MCU is detecting only 20 to 21 interrupts, bu...

Rohit007 by Associate III
  • 1287 Views
  • 10 replies
  • 2 kudos

STM32CubeIDE SDIO Pin Conflict

Hi everyone. When configuring SDIO, STM32CubeIDE gives me the warning "partially disabled conflict with I2C1" even though the I2C and SDIO bus are on seperate pins. I2C1_SCL and I2C1_SDA overlaps with SDIO_D4 and SDIO_D5 respectively but I'm only usi...

image.png image.png image.png

List of STM32 with Differential ADC

I am looking to use one STM32 MCU with differential ADC support but can't find a custom search method for differential ADCs. Is there a way to list STM32 MCUs with differential ADCs?Preferably M0 or M0+ cores but seems like M4 has it.

MKanc.1 by Associate III
  • 511 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 execute code in parallel FLASH

Hello,I want to execute code located in external 16bit NOR FLASH e.g. on a STM32H7x3 evaluation board.I can run the NOR FLASH demo (erase, write, read flash) successfully but have no clue how to create and flash code.After googling 2 days I found ple...

regjoe by Senior
  • 2056 Views
  • 19 replies
  • 0 kudos

STM32 external SRAM memory compatibility

Hello, As part of a board re-design due to obsolescence,I need to find a replacement for the existing microprocessor and my choice is the STM32F429. Because of its 32-bit flexible memory controller (FMC). I wanted to know if there is a document speci...

Resolved! GPIO INPUT PA6

Hi,   STM407G DISC-1 STMCubeIDEWhen I configure PA6 pin as an input with pull-down. In a floating state, I still measure approximately 2.8V.Do I have to use an external pull-down to make it near to zero?

USB UVC with STM32U5G9ZJT6Q is 60 MHZ PHY Clock possible

Hello everyone,I am currently working on a project using the STM32U5G9ZJT6Q mcu with USB UVC. For my setup, I am providing: 32 MHZ external clock to phy 144 MHZ system clock In the documentation(TRM and CubeMX), the maximum external phy clock specifi...

AA22 by Associate II
  • 382 Views
  • 0 replies
  • 0 kudos

AES for hashing

Hi, For some reason I need to use the AES engine to generate hashing either as ghash or AES-CMAC digest. Any reference could you provide to use AES engine for MAC generation. Thanks,Gopi Krishnan