STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

General questions about STM32F7 Discovery board.

Posted on January 07, 2016 at 21:31http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?icmp=pf261641_pron_pr-massmarket_jun2015&sc=stm32f7discovery-pr♯Now, I have spent just about all day looking for this one, but to no result....

lwIP - use of makefsdata

Posted on November 02, 2017 at 14:29Hi all,i'm trying to customize html files that are hosted in a webserver running on my st32 nucleo f676zi with lwIP library.The big issue is that i can't understand the correct usage of makefsdata script.Actually,...

Di Ci by Associate II
  • 1307 Views
  • 2 replies
  • 0 kudos

LIS2DW12 INT1?

Posted on June 09, 2018 at 16:51Hi,i am working on stm32l071, interfacing with LIS1DW12 i have configured 1. Write 64h in CTRL1 // Turn on the accelerometer // ODR = 200 Hz, High-Performance2. Write 04h in CTRL6 // FS 2 g LOW_NOISE enabled3. Write 2...

Drawing a bitmap using 2D DMA on STMF32F4

Posted on June 08, 2018 at 19:30 I'm trying to draw a bitmap using 2D DMA, so I have the address of the destination which is the front buffer, and then I read a line from the bitmap, blit it using the 2D DMA.. I get scanlines, and garbage image. ...

STM32F437 and PI8 as output IO

Posted on June 08, 2018 at 16:37Hi, guys.I am using STM32F437 and trying to use PI8 as  an output port.I am trying to program it using standard procedures: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOI, ENABLE);  GPIO_InitTypeDef  GPIO_InitStructure; ...