STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Error in STM32 LL GPIO driver

Posted on February 07, 2018 at 13:33 Greetings. I wasted a lot of time trying to figure out what is wrong with I2Ccommunication and thus found this issue. Following code works as it is expected to (it changes corresponding CNFy bits to 0x03 and M...

vadim2 by Associate II
  • 1649 Views
  • 7 replies
  • 0 kudos

HAL Drivers User Manual Eclipse Help

Posted on March 19, 2018 at 17:45I wanted to ask if it would be possible for ST to make HAL drivers user manual available for eclipse help. As HAL user manual is written in doxygen format, this is easy to generate eclipse specific help files.This is...

USB Connection for STM32F072C8T6

Posted on March 19, 2018 at 19:28Hello,I saw in the datasheet that the max USB voltage input for the STM32F072C8T6 is approximately 3.6 V. Since the USB data voltage can go up to 5 V, I was wondering how one would make the connection between the USB...

Resolved! wake up from stop mode using GPIO

Posted on March 20, 2018 at 14:35Hi everybody,i'm tryng to wake up MCU STM32L051T6 from stop mode using a GPIO pin. The pin is PB4 on Rising edge.This is the code:void stopMode(void){ DBGMCU -> CR |= DBGMCU_CR_DBG_STOP;RCC -> APB1ENR |= RCC_APB1ENR_...