STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F031 SPI slave BSY flag occasionally does not reset

Posted on May 09, 2016 at 12:53In our project we have two boards communicating with eachother through SPI. A controller board based on an STM32F405 is SPI master over a sensor board for which we have two instances. One is based on an STM32F071, the ...

0690X0000060MnSQAU.gif
henk23 by Associate II
  • 1349 Views
  • 4 replies
  • 0 kudos

Stm32 input capture timer

Hi guys, Does anyone know if there is any existing example to configure low lever(without using the abstraction layer) an input capture with a timer using a STM32F3 board? If so where could I find it?Thank you very much !!

SD card Lock/Unlock example

Posted on November 22, 2013 at 14:27Hi All, Does anybody have an example how to lock/unlock SD card using SDIO and CMD42?

donev_g by Associate II
  • 4417 Views
  • 5 replies
  • 0 kudos

Can I have two different callbacks? (to use two buffers)

I want use two or more buffers with IO functions. One way I could imagine was if I use two different callbacks. I would call HAL_UART_Receive_IT using buffer A which calls HAL_UART_RxCpltCallback A which calls HAL_UART_Receive_IT using buffer B which...

LMI2 by Lead
  • 569 Views
  • 5 replies
  • 0 kudos

How to continuously store data into SD card?

I have SD card interfaced with stm32f407 through 4bit SDIO. I am writing data from I2S _DMA_receive buffer into the sd card. This write should happen continuously,but it happens only once.Here is the piece of the code:FATFS myFATAFS;FATFS *myFATAFS1;...