User Activity

Hi, I want to use STM32 Nucleo example "STM32F072_MB1303_DRP_SRCING_DEVICE" on my board that include 1x STUSB1602 + 1x STM32F072CBU6 (48-UFQFPN).(the example works with STUSB1602 + STM32F072RB (LQFP64))-What will be the easiest way to port the examp...
HelloI need to interface a STM32H743 with a STUSB1602. I want to port STM32F072_MB1303_DRP_SRCING_DEVICE example to my STM32H743 and use it to control 5x STUSB1602. It seem like this example uses RTOS- Has anyone successful done this or can they reco...
After testing P-NUCLEO-USB002 kit with it's embedded demonstration example I try to use different example from en.STSW-STUSB010 examples- it seems like non of them support UART interface (CLI) as in P-NUCLEO-USB002 embedded demonstration example. my ...
Hello,I am trying to use circular DMA to transfer data from ADC1 into a buffer using CubeMX-generated code to configure the ADC and DMA. The DMA stream encounters a transfer error on transferring the first item.The device is an STM32H743.Using a debu...
Hello,I am using STM32H743 in master mode with I2C_4 in DMA Mode (configured using CubeMX, see attached capture).After sending command:HAL_I2C_Master_Transmit_DMA(&hi2c4, (uint16_t) ADT7411_ADDRESS, TxBuff, 2);I get an ACK from the slave but SCL line...