STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 237 Views
  • 0 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! 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...