STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

uart HAL api's

Posted on December 15, 2016 at 13:42 i am new to stm32f4 HAL api's. I have some trouble learning them. Anything useful for me is really really appreciated. i  was looking at the uart api. i was referring to the examples provided in the keilv5  direc...

Resolved! STM32L4 : can't read global variables

Posted on December 23, 2016 at 15:23 I'm trying to blink a LED on a Nucleo-L476 with CubeMX and ST's HAL. It worked perfectly on Windows (System Workbench). Now, I'm trying to do the same on Linux with CubeMX and Qt Createor (my favorite IDE) and...

USB CDC multiply VCP

Posted on July 11, 2016 at 14:55Hello!I use the USB CDC class implementation provided by STM32CubeMX 4.10.1 (firmware library v1.3.0) with stm32l0x3 and I try to get a composite device with multiply VCP ports. I'm rather not interested in changes in...

STM32F4 Ethernet FreeRTOS v7.5.2

Posted on December 30, 2016 at 14:00Hi,       Does anyone tried & succeeded in STM32F4 Ethernet examples with FreeRTOS v7.5.above & LwIP 1.3 above?? I have gone all the examples provided in the internet, they all using the LwIP 1.3.2 with FreeRTOS v...

LRPS_92 by Associate II
  • 312 Views
  • 0 replies
  • 0 kudos

Demonstrations project FreeRTOS and STeMwin

Posted on December 26, 2016 at 17:51 hi all. running the demonstrations project on STM32F4X9-EVAL on the EVAL board works fine. in my project i need to conserve power so i need to go into stop,ode while system is idle. stop mode will req...

asafbit by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

No such parameter!!

Posted on December 27, 2016 at 03:45 Hello, Right at the moment, in AC6+Eclipse environment, the build error shows,( just showing 1 similar error) C:/STM32_toolchain/common/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc.h:238:2: error: ...

0690X00000605ypQAA.png

Resolved! Babble Error on USB CDC line coding request

Posted on December 20, 2016 at 22:44I am trying to create a usb cdc interface on a stm32l432kc nucleo board. Upon enumeration with the host computer the device appears as two seperate interfaces. When looking at the packet data, the device has respo...

Resolved! USB CDC example for stm32l432

Posted on December 21, 2016 at 00:05Does anyone have a working example of usb-cdc for an stm32l432 processor? The stm32l4xxCube libraries only have usb-hid examples for the stm32l432kc processor, however I need to have working usb-cdc capabilities. ...

FreeRTOS+TCP and FAT Library Problem

Posted on December 26, 2016 at 14:56Hi, I'am working with STM32L4 microcontroler including SDCard and WIFI module. I'am trying to implement FreeRTOS tasks to:  Connect to an FTP serverView the contents of the SD Card under the FTP server. As mentio...