User Activity

Hi,I'm trying to make a simple USB host for MSC devices. I'm working with a STM32F429 NUCLEO-F429ZI board and a STM32F407 STM32F407G-DISC1 boards.The matter is that both boards have USB power switches wih oppostie logic. That is, the Nucleo boards ha...
Hi'I'm using an STM32F429 in a project that needs to enter to sleep mode.I can't determine if I need to disable manually the HAL tick previously to entering in sleep mode, or if the sleep mode enter instruction does it by itself. Can anyone tell me?T...
Posted on October 17, 2017 at 01:30Hi everyone!I'm working with an external IC which must be read with a 'burst transfer'.I have to receive 122 half words (16 bit spi transfers), so I use an SPI DMA reception.When I configure a buffer in my code as ...
Posted on June 09, 2017 at 00:32Hi everyone!I've just bought an STM32F429I-DISC1 board. When I connect the board to the PC with the USB cable and all the jumpers as the manual said, the demonstration code starts and the screen with the image browser...
Posted on May 21, 2017 at 00:24Hi all!I'm trying to read/write data to an SD card from my STM32F072 Discovery board.I configure SPI1 on CubeMx and the FatFs middleware. I've written the user_dsikio.c and the Input-Output functions based on the STM32...