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

I2C Timing Configration

Hi, Please tell me about I2C timing configration. I use Nucleo-L552ZE-Q. I set up the I2C as shown in the picture following the reference manual(RM0438, Table 326). The fi2cclk is 48MHz.   But SCL cycle is very slow.  How can I set the SCL cycle to...

115840.jpg 115937.jpg
DK3 by Associate II
  • 414 Views
  • 2 replies
  • 0 kudos

Resolved! FDCAN no ACK

Hi,I am trying to use a STM32G491KEU6 with FDCAN, but the communication is failing at line:if (HAL_FDCAN_AddMessageToTxFifoQ(&hfdcan1, &TxHeader, TxData) != HAL_OK) { ...I found out that this is a problem that receiver is not sending a ACK bit - cann...

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
  • 1573 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
  • 675 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
  • 2477 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?