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

Hi,now I'm implementing i2c with 1 master(U575ZI-Q) and 3 slave(L432KC) boards. master transmit dataBuf to slave HAL_I2C_Master_Transmit_IT(&hi2c1, addr<<1, dataBuf, sizeof(dataBuf)); and Slave receive it.HAL_I2C_Slave_Receive_IT(&hi2c1, dataBuf, siz...

eunni_1-1715132274229.png
eunni by Associate III
  • 430 Views
  • 0 replies
  • 0 kudos

STM32H7 支持的协议

STM32H7 can support SPI communication, Parallel communication, GPIO analog SPI communication, but can it support TTL, SDR CMOS, JESD204B protocol communication? Or what should I do if I want STM32 to implement these protocols?

hanqingze by Associate III
  • 660 Views
  • 2 replies
  • 0 kudos

Resolved! VBUS sense and ID for USB OTG on STM32U595

I am using the USB port on a STM32U595 in device mode only. I am not using a type-C interface with a CC controller. I see that the NUCLEO144_Q with STM32U575 divides the USB VBUS input and connects it to PC2 for use as VBUS_SENSE.[Q1] Do I need to co...

jt94093 by Associate
  • 1001 Views
  • 2 replies
  • 1 kudos

STM32H750B-DK use LTDC_Paint example in new project

 Hi,I am using the STM32H750B-DK board and would like to use the LCD and touch screen in my project. I have been looking at the existing LTDC_Paint example (STM32CubeH7/Projects/STM32H750B-DK/Applications/Display/LTDC_Paint at master · STMicroelectro...

Bxy by Associate II
  • 524 Views
  • 0 replies
  • 0 kudos

stm32L452CEU6 usb doesnt work with Samsung GalaxyTab A8

I have a board design based on stm32L452 , USB gets recognized on a windows PC and I can talk to the device over any software like putty and a Test software sees the com port and can to the device. However in Android (Iam using samsung  GalaxyTab A8)...

anees by Associate II
  • 8889 Views
  • 32 replies
  • 0 kudos

sbsfu boot image not found

hi,i use sbsfu bootloader, the problem was the boot don't found the image.i used Ymodem to send image but the same think .as montionned in the image bellow. 

tawfik_0-1715098023077.png
tawfik by Associate
  • 349 Views
  • 0 replies
  • 0 kudos

Resolved! I2C start condition not generates ( SB flag is never set )

I'm working on stm32f103 I2C peripheral. I've one stm32f103 master and another stm32f103 slave. The master should send some text to the slave, but start condition never generates. The BUSY flag is set as soon as the peripheral is enable and the progr...

ASeyo by Associate II
  • 1630 Views
  • 2 replies
  • 0 kudos