STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32f107 and fonction ethernet

Posted on October 13, 2014 at 10:21hello, In the Ethernet configuration st32f107. with battery LWIP1.3.1 I find this line. What is this line? The STM will handle retransmissions by returning the message? or manage the messages (lorqu'un message was ...

HTTP Server. Webpage in SD

Posted on December 13, 2013 at 19:35Hi Everyone,I have a STM32F4Discovery board and I have implemented on it an http server using the lwip v1.41 stack. I also have implemented a micro-SD with SDIO and FATFS, and USB FS as a mass storage device. All ...

mllona by Associate II
  • 2164 Views
  • 7 replies
  • 0 kudos

Should I use STM32CubeMX for my project?

Posted on July 18, 2014 at 07:14Hi there,I have been using STM32F4xx processors for a while, and have always used Microxplorer for code bring up on my previous boards. I just spun a new board and I have been playing around with STM32CubeMX for pin m...

STM3210C Eval USB Host CDC Example Code

Posted on October 08, 2014 at 09:15Can anyone share USB Host CDC VCP Example code for STM3210C Eval board? i downloaded one example but it doesn't have USB Host CDC example. #usb #cdc #stm32 #st3210c #vcp

lokesh by Associate II
  • 560 Views
  • 3 replies
  • 0 kudos

FreeRTOS equivalent of uint32_t HAL_GetTick(void)

Posted on July 10, 2014 at 07:33I'm using STM32Cube_FW_F4_V1.1.0 libraries for STM32F4. I found uint32_t HAL_GetTick(void) will provide tics in milliseconds.I have found  the following in a FreeRTOS based code http://reviews.openpilot.org/browse/~br...

harinath by Associate III
  • 1849 Views
  • 1 replies
  • 0 kudos

STM3220G-EVAL + ETH + WinSock

Posted on October 02, 2014 at 15:00Hi, I've a problem with my STM3220G-EVAL board. I need to connect Ethernet Port (CN7) with a VB6 PC program that use a Winsock (then send and receive strings). but I don't know how! I haven't found anything online....

stm32f4 discovery + lwip + eth

Posted on October 07, 2014 at 21:36Hello to all. I have a project on an discovery board. I have a webserver installed. i have all working using static IP address but cannot get to work using DHCP. Using DHCP a can see the broadcasting msg is out and...

stm32f4 by Associate II
  • 310 Views
  • 0 replies
  • 0 kudos

USB Lib V2.1.0, Endpoint buffers, howto

Posted on August 12, 2014 at 19:07Gooood morning........STM Today i am looking at defining more endpoints for a usb uvc ''device''. I do understand, that endpoints shall be initialized after an appropriate SETUP message has been received by the hos...