STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB VBUSDetect and Battery Charging

Posted on January 30, 2018 at 10:48Hi,Can someone please explain what is the VBUS detect (HAL_PCDEx_BCD_VBUSDetect) and battery charging (USBD_LL_BatteryCharging), what is it used for and how to use it (with STM32L4)?Currently I have an EXTI interru...

Unix epoch timestamp to RTC

Posted on January 28, 2018 at 11:48I want to use the Unix Epoch timestamp to configure the STM32 internal RTC to keep it synced up with network time. Can you advise how I can convert/use the milliseconds since 1970 Jan 1 to be applied to the interna...

Ken CK by Associate II
  • 8089 Views
  • 3 replies
  • 1 kudos

Booting from flash with stand alone board

Posted on January 24, 2018 at 13:48Hi!I've written an application on an STM32L746RG Nucleo-64 board.  The app uses the LL library and was written on Linux using eclipse ide cube MX.Everything is working as expected and now I want to test the applica...

Resolved! ADC not ready after enable (ADRDY bit)

Posted on January 23, 2018 at 16:15Hi everybody,i'm using the ADC on STM32L051.After enable operation (ADEN = 1) it will not be ready never (ADRDY bit).I put my code hereCan you help me?thanks in advanceDamianoRCC->APB2ENR = RCC->APB2ENR | 0x200; //...