Other Parts Discussed in Thread: HALCOGEN,
Many of the TMS570 modules include a safety mechanism that requires for the user application to read back any written configuration.
In practice, almost always the configuration registers are altered by Halcogen functions. However, no code on those functions performs this check, and blocks of code on those functions are autogenerated.
Does it mean that the user should manually insert between USER CODE tags in every halcogen function a check that the registers' values before exiting the function are as intended?
Are there some recommended practices in your experience to fulfill those safety mechanisms?
