STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need support for the I2C in stm32f4 discovery board.

Posted on December 24, 2016 at 06:50Hello,We are evaluating stm32f4 discovery board.we have connected the LSM9DS0 with stm32f4 via I2C communication.we are read the one default register from the LSM9DS0 accelerator,But we can not able to read this r...

parth by Associate II
  • 644 Views
  • 1 replies
  • 0 kudos

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

STM32 L053R8 Audio example not working

Posted on December 20, 2016 at 16:55Dear Sirs,We are a design firm based in Milan, Italy.We have bought an evaluation board model X-NUCLEO-CCA01M1, which includes the STA350BW chip, for prototyping a new family of audio products. In addition we have...

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