This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PSA Calculations in TMS320F2811

Other Parts Discussed in Thread: CCSTUDIO

I am currently working on a program that uses PSA as a means of verifying the integrity of program ROM.

PSA_D is set to monitor DRDB while a sequential read of certain memory ranges in FLASH is performed.

Currently I am compiling and flashing the code CCStudio, then debugging to monitor the value calculated.  Afterwards, the expected value is then entered into code and recompiled/flashed.

The ideal solution would be to calculate this value as a post-build step and update the output files accordingly.

I have been unable to find any documentation related to using PSA on the TMS320C28x CPUs and would appreciate any help/direction.