STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103RBT6 UART using LL drivers

Hi everyone,I'm trying to use LL drivers for STM32F103 series using CubeMX and my problem is that when i try to send a byte LL_USART_TransmitData8(USART1, data) the USART Transmission Complete Flag is never set and no data is transmitted through .I ...

[STM32F4] Unable to get CAN to work using HAL

I have been trying to get CAN communication to work using the STM32F4 HAL. I am using the MCP2561 (http://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf) transceiver with the Nucleo board. I have tried using both Normal mode and Loopback mode...

3pak by Associate II
  • 645 Views
  • 1 replies
  • 0 kudos

Problem with DFSDM clock...

HI since fews days, i'm trying to get data from my microphone connected in stereo mode on my evaluation card B-L475E-IOT01A and give them to the DAC. According to the datasheet PE7 is DFSDM1_DATIN2 and PE9 DFSDM1_CLKOUTso i activated channel 1 on cha...

0690X000006CLoIQAW.png 0690X000006CLoXQAW.png
WAGUI by Associate
  • 569 Views
  • 0 replies
  • 0 kudos

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
  • 1560 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
  • 4572 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
  • 692 Views
  • 5 replies
  • 0 kudos