STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to display a jpeg while decoding?

Posted on June 05, 2018 at 16:22Hello,we are trying to decode a jpeg on the STM32F769I-DISCO and display it on the LCD while decoding. For that we modified the JPEG example JPEG_DecodingUsingFs_DMA a little bit. Here is the important part of code:un...

Switch Nucleo program from a prototype

Posted on June 06, 2018 at 10:48Hello, I made a model NUCLEO-L053R8 card containing modules X-NUCLEO-IKS01A1 and X-NUCLEO-IDS01A4. Now,I want to switch my program used for the NUCLEO card to another project, that of my prototype which containing a S...

CDC HOST enumeration problem.

Posted on June 06, 2018 at 10:22I have CDC HOST. (stm32f205)It is work normal, but when i connect to this same device(CDC Device (stm32f303 )) i can get a problem with enumeration.  It is if device in resert or not started normaly.  In this case HOS...

reserv70 by Associate II
  • 285 Views
  • 0 replies
  • 0 kudos

STM32H7 - SDMMC not working

Posted on February 13, 2018 at 13:22HiI'm having quite an issue while using the FatFs on a SD card.I configure everything on the Cube following this tutorial :https://www.youtube.com/watch?v=kRhF44v2ezM  I'm kinda lost, and i would like some support...

HAL API to format the contents of a SD card

Posted on June 06, 2018 at 07:41I have a 32 gb sd card. I have interfaced it with STM32F407 Discovery board with 1 bit SDIO through Cubemx. When i use a formatted SD card i am able to write files into the card. Now, i want to format the card using s...