STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hardware 2D DMA with color key

Posted on June 10, 2018 at 01:35Hi,I'm using 2D DMA to draw sprites on the screen, but there is a surronding black color around the sprites.So I have enabled the layer color key, and its not working, still there is a black rectangle around it.BSP_LC...

STM32F7 Discovery?

Posted on September 30, 2014 at 15:43Hello, will ST offer a STM32F7 discovery board? If yes, when can we expect it? Regards

mfkfx1 by Associate
  • 1319 Views
  • 36 replies
  • 0 kudos

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
  • 600 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. ...