发送Status没有发VDO
我使用的芯片是G071RB,当我使用STM32UCPD发status,直接从FF01(PD协议的DP模式)变成0x00000,并且在抓包发现再发送的时候没有发VDO000000001,返回的数据中HPD为0,有没有大佬知道怎么解决
Ask questions, find answers, and share insights on STM32 products and their technical features.
我使用的芯片是G071RB,当我使用STM32UCPD发status,直接从FF01(PD协议的DP模式)变成0x00000,并且在抓包发现再发送的时候没有发VDO000000001,返回的数据中HPD为0,有没有大佬知道怎么解决
Hello,I am currently working with the LSM6DSOX sensor in an I3C-based system on STM32 and would like to inquire if there is a Linux driver or example code available for I3C slave mode with In-Band Interrupt (IBI) support.My goal is to implement the I...
We are using STM32U5G9's I2C with a diff-I2C to single ended I2C converter IC PCA9616. PCA9616 is used to program the STM32 MCU over I2C1 by converting diff-I2C to single ended I2C.However, while probing the I2C1 of the STM32U5G9, we are seeing negat...
Hello everyone,I am migrating a design from STM32F446 (UFBGA-144) to STM32H533 (UFBGA-144) and noticed that FMC-SDRAM is no longer supported on the STM32H533.On the STM32F446, the FMC supports SDRAM and provides signals such as SDCLK, SDCKE, and SDNE...
I was doing reset through SPI command and expected results are not happening. this is the line i was expecting to reset the MCUSCB->AIRCR = (NVIC_AIRCR_VECTKEY | (SCB->AIRCR & (0x700)) | (1 << NVIC_SYSRESETREQ));where#define NVIC_AIRCR_VECTKEY (0x05F...
Since the description of the FDCAN controller in the reference manual ofthe STM32G474 was not detailed enough, I looked around for more Informationand found the Application Note AN5348 ("FDCAN peripheral on STM32 devices ").But that didn't make me fe...
Hi all,I've been working through this tutorial: How-To-Create to bring up LWIP + FreeRTOS on the STM32H735IGK development kit. I'm using STM32CubeIDE 1.18.0, FreeRTOS with CMSIS-v1, and STM32Cube FW_H7 version 1.12.1I noticed that pinging is very sp...
I am running the ADC using a timer trigger and DMA to sample a sinusoidal signal.The captured samples are transmitted to a PC via UART.However, as shown in the attached image, the ADC output appears to be step-like and does not capture smoothly chang...
Problem When i call * USBPD_PE_SVDM_RequestAttentionI get a OK message response but the callback never gets called. * USBPD_VDM_SendAttention Curious to know if there's any good way to debug this? Current debugging stepsI have a STM32G0-Disco board...
Hi,We are facing the same issue like the below community post. https://community.st.com/t5/stm32-mcus-products/flash-via-i2c-bootloader-problem-for-stm32g0b1kbu6/m-p/636467#M234685 But we are using 'STM32G431RBT6' in our project, kindly let us know ...