2019-04-29 06:51 AM
I am trying to modify the example given for neucleo - LP14R5ZI and port for my custom board.
User button in example is similar to PA0 in my code
and similarly for LED
The device does not go into shutdown mode. I have attached main.c of my modified code
2019-05-20 05:53 AM
Hello,
Try to put only the HAL_PWREx_EnterSHUTDOWNMode () function to see if it works or not !.
Best Regards,
Mohamed Aymen.