STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

input capture _ DMA request

Posted on August 25, 2015 at 15:59Hi,Please i have to capture an input signal  and read it's frequency value with a DMA request but i can't find any ressources.I know the other solution with interreupt but i insist on this method with DMA, i need it...

nechi by Associate III
  • 586 Views
  • 5 replies
  • 0 kudos

CubeMx missing I2C2 STM32F051C6Tx

Posted on August 27, 2015 at 09:50Hi , i'm currently developing a circuit with the STM32F051C6Tx. When i select the Cpu in CubeMx i can not selct the I2C2 on PB10/PB11, there is just the I2C1 on PB7/PB6. As i read in the Datasheet befor there have t...

Suggestion for USB MSC HOST on F7-Disco

Posted on August 03, 2015 at 18:25Hello,I'm building USB MSC HOST implementation library from stack provided in CubeF7 v1.1.0 series. I successfully fixed a bug with comparison for timeout and I got it working far quickly for first time.I took Appli...

0690X00000603PsQAI.jpg
tm3341 by Associate II
  • 647 Views
  • 4 replies
  • 0 kudos

WIFI STATCK for FREE RTOS IN STM32

Posted on August 20, 2015 at 08:26I am using FREE RTOS in my STM32 chip. Now i want use any modem which has SDIO interface for wifi functionality.Kindly let me know how to have wifi stack in FREE RTOS and how to do add particular driver for wifi dev...

punitb20 by Associate II
  • 1322 Views
  • 9 replies
  • 0 kudos

USART problem on STM32L DISCOVERY

Posted on February 09, 2014 at 17:43Hi, I have a problem with the USART... basically i just want to sent out one integer (i will use a FTDI adapter to read it).  unfortunately my code get stuck to the instruction .while(USART_GetFlagStatus(USART1, U...

luca2 by Associate II
  • 804 Views
  • 7 replies
  • 0 kudos

Z80 emulation on a Cortex M3/M4 ?

Posted on May 15, 2012 at 14:39Has somebody tried to port a Z80 emulator to a Cortex M3/M4 device ? I'm experimenting with the emulator core as found there:http:// My preferred host is this:http:// I'm quite sure that M3 devices with sufficient cont...