STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Controlling STM32Cube HAL drivers

Posted on December 19, 2016 at 23:16I have defined all my pins using STM32Cube but I do not see a control that lets me turn off HAL drivers. Could someone tell me how to turn off driver code development?Thanks,John Hite#stm32cube

Partially configure GPIO using HAL

Posted on December 19, 2016 at 01:18Hello,I am trying to change pullup/down in GPIO. However, it looks like HAL_GPIO_Init() doesn't allow partial configuration of GPIO pin.Is there any way to configure pullup/down only using HAL? Should I change reg...