STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

STM32L471x bootloader

Posted on November 02, 2016 at 14:07I noticed that the STM32L471x family was omitted from AN2606 describing the STM32 parts with integrated bootloader.  The STM32L471 datasheet mentions that there is a bootloader present so I assume this is simply a...

LL PWR Missing functions

Posted on December 22, 2016 at 19:08PWR_EnterSLEEPMode, PWR_EnterSTOPMode, HAL_PWR_EnterSTANDBYMode,.....functions are missing from stm32l1xx_ll_pwr,c !HAL and  peripherial lib contains these functions.Why  and for what reasons ?#stm32l1xx_ll_pwr-mi...

Help in intializing i2c

Posted on November 21, 2016 at 19:32hi all i run a tiny project with STM32L433 and have a problem with i2c protocol , i have a MCP79410 microchip real time chip and use it for this project after i initialize i2c with HAL DRIVER i should use HAL API...