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! Timer and SPI clock synchronization on STM32F407

Dear All,I would like to interface an ADC (ADS131M08) with a STM32F407. The ADC datasheet mentions that for better performance, the ADC clock should be synchronized with the SPI clock. Is there any way to achieve such synchronization with the STM? I ...

Yves_P by Associate II
  • 711 Views
  • 3 replies
  • 0 kudos

Resolved! I2C1 & I2C2 Difference

Hello, this is DK.I am working on a project using stm32f429IIt6.I'm currently having an I2C problem at the end of my project.I2C1 uses PF 0, 1 / I2C2 uses PB 6, 7. The HW PCB completed, and the HW I2C pull up is the same.In I2C1 HAL code, the entire ...

Jdogk by Associate III
  • 2534 Views
  • 13 replies
  • 5 kudos

Resolved! BusOff Interrupt

Hi I am using STM32F407 I want to make IRQ handler for busOff inetrrupt so can I use CAN1_SCE for bus OFF interrupt? B.R Ash

Ash1 by Associate III
  • 423 Views
  • 1 replies
  • 0 kudos

Connect SN65DSI83 LCD to STM32F469

Hi, i'm developing a board with 7" lcd (LVDS) so i'm really hesitating about if is right to use a SN65DSI83 for this, my STM32F469IIT6 only have 2 DSI Lanes. I'm connecting the i2c lane from SN65DSI83 to i2c of STM, i just copied the circuit of cm4-b...

Dallton96 by Associate II
  • 4914 Views
  • 5 replies
  • 2 kudos

Resolved! AN2867 compatible crystal tables

I am currently choosing an LSE and HSE crystal for an STM32H743 project. AN2867 includes tables of compatible STM32 crystals. There is also a crystal selection tool from ECS which i've used. My question is, after selecting a crystal from the tables, ...

BobaJFET by Associate III
  • 753 Views
  • 1 replies
  • 1 kudos

H7 USB doesn't work with Core WFI

The USB Host seems to not work if WFI is executed in the FreeRTOS Idle task.  Is it not possible to use USB with a WFI Core sleep?Thanks for any insight.  A forum search yielded mention of similar problems on other devices (over years!) but no defini...