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

Stm32f302 interface to Adxl345

Posted on August 29, 2017 at 22:02Hello everyone I am trying to interface acceleration sensor Adxl345 to stm32f302 through I2C  using the HAL Library. Actually I am learning the programming , does any one help me how to get the data from sensor. I w...

I2S <>QSPI Flash via DMA

Posted on August 29, 2017 at 17:26Hi Guys,I'm struggeling with the I2S where the Datasource is an QSPI Flash (2 Datalines) on a STM32F446. How can I set on the right way the pointer to the Flash in the Function HAL_I2S_Transmit_DMA() for the DMA Tra...

UART

Posted on July 24, 2017 at 08:08Hi!I am study UART to communicate with PC.My target is use PC like a terminal to input AND out message to STM32.My code is using HAL library.I want to operate code like below.**************************************ch =...

0690X00000607foQAA.png
L C by Associate II
  • 3528 Views
  • 14 replies
  • 0 kudos

32F746GDiscovery UART DMA

Posted on August 29, 2017 at 16:13I am trying to create a module for the 32F746GDiscovery board which will make use of USART6 in a UART configuration that is on the Arduino connector. The time between end of the transmission sent and the reply from ...

Roth.Ian by Associate II
  • 365 Views
  • 0 replies
  • 0 kudos

STM32F746G CubeF7 LwIP demo

Posted on August 28, 2017 at 17:03Hello,I've been trying out the examples from the STM32 CubeF7 projects for the STM32F746G Discovery board, but when I build the LwIP application using the SW4STM32 tools the image is over 393MB and so too large for ...

Using Touch Sensing Controller on STM32L053R8 nucleo64

Posted on April 18, 2016 at 15:18Hi everyone, I'm trying to set up 3 capacitive touch keys using HAL touch sensing controller library but I'm facing some problems. I followed the instructions in AN2869 application note for implementing one sensor us...