2024-03-21 03:20 AM - last edited on 2024-03-21 06:28 AM by SofLit
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.
2024-03-21 03:45 AM - edited 2024-03-21 03:46 AM
2024-03-21 06:25 AM
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.