Tool/software:
Hello,
I have made a custom PCB using MSP430-FR6047 to measure flow. I wanted to know if it was possible to initialise flow parameters (Parameters under configuration tab in USS Design center) directly through the USS Software Library. Till now I have tried two approaches, which did not work.
1. Initialising by storing values in gUssSWConfig struct. It did not work because I was not able to configure the parameter "USP0 to UPS1 Gap (ms)". The documentation does not mention how to configure this parameter.
2. Initialising by Initialising the command handler parameter DC_User_Params and letting the library update the parameters in the main loop. I am getting a weird error in this approach where, in HMI_guiInputValidation(), I get an error saying my parameter DC_User_Params->meter_constant exceeds limits eventhough it is within the limits.