User Activity

Posted on August 15, 2017 at 02:33I'm using CubeMx with the STM32F415.Looking at the HAL drivers for I2C slave devices using DMA, it appears as if the HAL_I2C_Slave_Receive_DMA() and HAL_I2C_Slave_Transmit_DMA() functions will effectively be blockin...
Posted on March 31, 2016 at 21:57Hi,We're trying to reduce power consumption when not suspended and using USB.  During the time when we are not handing USB interrupts, we would like to run at a slower core clock speed.  I'm wondering if this is poss...
Posted on February 26, 2016 at 23:29Hi,I'm working on getting a WinUsb working.  I have the device enumerating successfully.  However, when I try to send data on BULK OUT to the device or read data from BULK IN in both cases I see 'incomplete' on my...
Posted on March 25, 2015 at 20:45Hello,I'm using an STM32F415 and CubeMx.  I've got the HAL_SPI_TxRxCpltCallback() working in that it gets called after the proper number of bytes have been clocked out of the SPI Slave, however, when I prep for anoth...