STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Merge SDIO with FATFS

Posted on October 21, 2015 at 13:33Hi,I have created a sdio and i would like to know how to merge the FATFS file system with the SDIO. I have seen some examples but  i am not understanding how the they give a link between file system module and SDIO...

arunease by Associate II
  • 1157 Views
  • 10 replies
  • 0 kudos

Use USB CDC with DMA?

Posted on October 23, 2015 at 17:49Is there a way to use the USB stack of the F4Disco with DMA? I'd like to transfer some 100 bytes and then trigger an interrupt... At the moment I'm using UART with a USB-UART bridge for that.

Leonelf by Associate II
  • 1896 Views
  • 1 replies
  • 1 kudos

STemWin VNC + Anti Alias

Posted on October 26, 2015 at 08:33Hi,using STemWin, I encountered the following problem. Anti aliasing is working fine until the VNC server process is started. Then, some of the AA routines don't work anymore, e.g. GUI_AA_DrawLine doesn't do anythi...

gsiebke by Associate II
  • 291 Views
  • 0 replies
  • 0 kudos

Is DMA Circular mode working in STM32F746G-Disco?

Posted on September 13, 2015 at 21:29 Hi, I have a project in STM32F746G-Disco with its SPDIFRX interface. I was able to use STM32CubeMX to generate the intializations and the sceleton project. As it is right now, I can receive ...

sv1eia by Associate II
  • 626 Views
  • 6 replies
  • 0 kudos

Custom USART for STM32103VE

Posted on October 16, 2015 at 05:23Hello.I have to use asynchronous and synchronous modes. For asynchronous, I'm already using the built-in USART peripheral. My problem is the synchronous one. My clock needs to be 16 ticks per bit and more important...