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.

testing TMS320C28XX processor

Hello every one.

After restart a TMS320C2809 processor I would like to know whether it works right or not before working with it again. That means that I should validate how the processor reacts on some events and raises flags and how good memory is beforehand.

That include running some testing functions, which would:

1) influence status bits in ACC: Overflow mode bit (OVM), Sign-extension mode bit (SXM), Test/control flag bit (TC), Carry bit (C), Zero flag bit (Z), Negative flag bit (N), Latched overflow flag bit (V), Overflow counter bits (OVC). After this I could check whether specific flag has been raised or not.

2) test memory, for example, inserting some value to each word in some sector and when checking each word whether it contains this value or not.

3) some other testing (power test for example)

Could you give me an advice how I could do this or where I could find examples?  

Thank you!