User Activity

I was wondering if some one could clarify the use of the different options for the sequential I2C (specifically with reference to the stm32F437). if the master I2C device was to call HAL_I2C_Master_Seq_Receive_IT(hi2c, Addr<<1, DataIn, 10, I2C_FIRST_...
Posted on October 04, 2017 at 12:11Hi,So I'm currently working on a product on the stm32f4 and we're trying to implement a simple firmware upgrade. The first solution that we used was to have a link on the board that you could use to connect BOOT0 t...
Posted on April 11, 2016 at 17:08I'm currently having some issues with the USB core on the STM32f4. Before enabling the USB core the VBUS line (GPIO A9) is low as would be expected. when a usb cable is plugged it I detect this and enable my USB core...
Posted on November 02, 2015 at 10:56 Hi there, I'm currently having some issues with the STM32F437 package going into standby, whenever I send the instruction to go into standby the device goes to sleep but then almost immediately wakes b...
Posted on July 09, 2015 at 12:12Hi there,I'm using the STM32f4 and I'm trying to get the USB drivers to work but I'm having some issues. Using the example for CDC Standalone in the STMCube files I've got the USB enumerating and transmitting a basic ...