Skip to main content
Explorer
March 21, 2024
Question

STM32L496 LED problem

  • March 21, 2024
  • 2 replies
  • 846 views

Hello everyone!

Currently I'm working in STM32L496ZG-p Nucleo board, I have written code for both MCU specific header file and Driver specific header file and I started to build a simple project to make a LED blink. But I haven't got the proper result. As I altered the code with different ports and with different pins, then also I didn't get the result. 

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    March 21, 2024

    Hello @Ratheesh 

    I suggest you try busing this example. Don't forget to use the last version of ide and Cube Firmware.

    Best Regards.

    STTwo-32

     

     

    Technical Moderator
    March 21, 2024

    Hello,

    As you are writing your own GPIO driver and facing some issues start by inspiring from Cube HAL from here.

    Refer also to this example for a complete application.