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.

TMS320F280041: Reading of ST0 & ST1

Part Number: TMS320F280041

Hello 

I am using controller "F280049CPZQR"  

I am implementing a Core test module that tests the basic functionality which includes

ALU test of the controller such as multiplication, division, and Addition

Multiplier Accumulator test

Barrel Shifter test

In the above test cases, i will be checking the basic operation of the controller and checking it with the expected value to ensure controller working fine

For this, I wanted to read overflow, zero, negative, and carry flag status as the status of them available in the register ST0 and ST1 I wanted to read them

Can I get a sample C code to read them?