STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM3232746g_discovery demo gesture problem

Posted on August 31, 2015 at 17:27I'm trying to add to the ST Demo, the gesture recognition functionality provided by the touch screen. In the timer callback k_TouchUpdate, I added the following code, but the returned value is always zero. How can ...

How to use STM32Cube expansion packages?

Posted on September 29, 2016 at 14:08Take, for example, the STM32CubeExpansion_BLE1 package.I'm using SW4STM and can import one of the example projects from the above package. I can then modify that project etc. No problem.However, I cannot work out...

toby2 by Senior
  • 400 Views
  • 3 replies
  • 0 kudos

STM32CubeMx 4.17 Send data 16 over SPI using DMA

Posted on November 09, 2016 at 02:31Hi,I want to transfer data 16bit over SPI using DMA (data width: half word, Mode: normal), but in function HAL_SPI_Transmit_DMA(SPIx, (uint8_t *)data, uint16_t size) only transfer data 8bit. I want to fill color o...

About fonts on STM32F469I-DISCO

Posted on November 08, 2016 at 19:28Hi I'm doing the first experiments with the board STM32F469I-DISCO.I would like to write something, on LCD, bigger than font24 provided by ST library.Someone can tell me how to do this?I think will be very difficu...

livio by Associate II
  • 624 Views
  • 2 replies
  • 0 kudos

STM32F4: SD-Card using FatFs and USB fails

Posted on November 05, 2016 at 13:52Hi,in my application, I've set up a STM32F4, SD-Card and USB-CDC (all with CubeMX). Using a PC, I send commands to the STM32, which then does things on the SD-Card.The commands are handled using a ''communicationB...

STM32F407G-DISC1 - RTC (LSI) with HAL

Posted on November 07, 2016 at 12:50hi im trying to get the rtc clock working on my discovery board. i configured the project with cubeMX, id like to use the LSI since i got no LSE, and im working with the latest HAL F4 driver. the rtc init works fi...