STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 604 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
  • 1200 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
  • 744 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...

GPIO configuration primer under STM32CubeMX

Posted on August 22, 2015 at 04:11Is there a document that describes the selection of push pull, open drain, maximum output speed, AHB clock, etc   for GPIO port operation  on STM32F427xx under STM32CubeMX ? The datasheets for the chips on the PCB t...