Skip to main content
Pramod Kumar
Associate II
April 17, 2018
Question

Hi all i need sample code for i2c, spi, can, timers, uart in STM32L162VE

  • April 17, 2018
  • 2 replies
  • 792 views
Posted on April 17, 2018 at 16:38

Hi all i need sample code for i2c, spi, can, timers, uart in STM32L162VE

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    April 17, 2018
    Posted on April 17, 2018 at 16:59

    Should be examples in the STM32L1 SPL (Standard Peripheral Library) and the HAL/CubeMX trees. For the most part code for L152 parts will be directly workable.

    http://www.st.com/en/embedded-software/stsw-stm32077.html

     
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Andrew Neil
    Super User
    April 17, 2018
    Posted on April 17, 2018 at 22:38

    In addition to

    https://community.st.com/0D50X00009XkWU9SAN

    ?

    Have you looked at the resources on the Product Page:

    http://www.st.com/en/microcontrollers/stm32l162ve.html

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.