STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Standard libraries for STM32L0XX ??

Posted on October 18, 2017 at 08:30Hi All,Why there are no standard libraries for the STM32L0XX family?Building a new project for  STM32L0XX depend only on HAL / LL ??link to ST standard libraries download page :http://www.st.com/en/embedded-softwar...

moranf by Associate II
  • 890 Views
  • 3 replies
  • 0 kudos

Use of ethernet after NUCLEO board cutting.

NUCLEO board can use ST-LINK by dividing it.Therefore, I use the ST-LINK part of the NUCLEO-767ZI and NUCLEO-207ZG boards in a divide.After the divide, the power part and the SWD part are connected normally.On the 207 board, Ethernet works normally b...

JPark.4 by Associate
  • 207 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with HAL RTC libraries

In the function:HAL_RTCEx_DisableBypassShadow()There is a cast to uint8_t in the line that resets the bithrtc->Instance->CR &= ((uint8_t)~RTC_CR_BYPSHAD);This causes the upper 24 bits of this configuration register to be cleared to 0s when called. Ev...

JFels by Associate
  • 342 Views
  • 2 replies
  • 1 kudos
Labels