How to change STM32CubeIDE environment variable through script
Hi all.
Please tell me, for example, CubeIDE has environment variables and I can create my own by setting their values through CubeIDE itself and passing them to the target assembly, but can I somehow change the value of my environment variable using additional scripts?
Here's the situation. I create an environment variable and bring it to the assembly definition. I also create a .bat script where I import it and change it, and add the script call to PREBUILD, but unfortunately, when assembling the project, I see that the change has not been changed. Is it actually possible to implement the scenario I described in CubeIDE?
Yes, I understand that I can use make/cmake directly or create a separate .h file. My scenario is more of a sporting interest.
I will be very glad to help and advice
