cancel
Showing results for 
Search instead for 
Did you mean: 

Hello!!! Is about VBAT pin of the STM32L4R5. I bounded this pin to the system VDD (3V3). When I run the program using the STM32CubeIDE+STLINK-V2 it seems to be OK. But, when I try to run alone, it seems to lost the reset entry point. What can I do?

INaka.1
Associate III
3 REPLIES 3

Seems entirely unrelated to the VBAT pin.

What did you do with the BOOT0 pin? Where did you locate your code?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
INaka.1
Associate III

Thank you for your attention. I disregard this pin!!! In this application this pin I left open. Can I solve this problem programming the FLASH_OPT register? I don´t know how to change this value inside STM32Cube_IDE. Do you have some advice?

Thank you again,

Best regards, Ilson

>>Can I solve this problem programming the FLASH_OPT register?

Possibly, you're in the best position to test these things for yourself.

You should be able to check and change these settings from within your own code, or configure via STM32 Cube Programmer.

CubeIDE, not sure, not my tool.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..