Where to set ADC_REFERENCE_VOLTAGE?
Our project uses an external ADC reference voltage of 3.03V.
This value is properly set up inside the json I use to generate the inital project code ("amplifyingNetworkVm": 3.03, "polarizationOffset": 1.515).
Now I found in the generated code that inside paramters_converison.h, the ADC_REFERENCE_VOLTAGE is set to 3.3V.
Where am I supposed to set up the correct value so that it gets used by the code generator and stays when regenerating the project in CubeMX? Can I just manually set it?
