Dear all,
In my project, there are many calibration parameters need to be store in flash and these parameters will be used in algorithms during running. The calibration will be implemented after the whole system is assembled. Some of the them may be as the form of a lookup table, such as temperature calibration.
My question is what's the common method to realized these kind of function.
My thought is that PC send parameters by uart to cpu02, cpu02 use flash API store parameters to a flash section, such as flashN. During the normal running, when the f28379d startup, cpu02 read the parameters from the flashN and put the data into a share ram, through which cpu01 can access the parameters. Is this a good method?
Please give some advice! any suggestion will be appreciated.