STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeL1

Posted on July 04, 2014 at 11:37Hello Does anybody know when STM32CubeL1 (embedded software for STM32 L1 series) will be released? I have a project with a STM32L152 device, and it would be great to be able to use the STM32CubeMX initialization code ...

hot by Associate
  • 1695 Views
  • 9 replies
  • 0 kudos

STM32L053 Nucleo - SPI Issue

Posted on October 15, 2014 at 12:03Hi All,I'm trying to set-up a simple SPI communication between a STM32L0 Nucleo board and a slave device.I made the SPI and PINs configuration using the CubeMX tool and seems to work pretty well but the SPI has som...

usb host over-current detection

Posted on September 28, 2014 at 11:46STM32f407 + usb3300, work in host mode, some high speed usb devices work very well. However, I try for some days to detect vbus over-current, but failed. Has anybody implement it successfully?My hardware logic is...

shark by Senior
  • 680 Views
  • 1 replies
  • 0 kudos

USB configuration conflicts with RTC_SetTime

Posted on October 31, 2013 at 15:08Hi everybody, I'm using a STM32 L152CB microcontroller with external clock. Initially I used it without USB and the RTC_SetTime worked. Since I configured the USB, the function (RTC_SetTime) doesn't work and my RTC...

abelloni by Associate II
  • 2083 Views
  • 11 replies
  • 0 kudos

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
  • 2302 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
  • 605 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
  • 2016 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....