cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L496 LED problem

Ratheesh
Associate

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. 

2 REPLIES 2
STTwo-32
ST Employee

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

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

SofLit
ST Employee

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.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.