I'm not sure how exactly to read the "Overflow Flag" bit from ST0 using BitFields. Can it be accessed as easily as the GPIO Data registers or do I need to write an assembly-level instruction. Also, how do I manually reset the "V" bit?
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.
I'm not sure how exactly to read the "Overflow Flag" bit from ST0 using BitFields. Can it be accessed as easily as the GPIO Data registers or do I need to write an assembly-level instruction. Also, how do I manually reset the "V" bit?
Follow up to the previous question...
I noticed that the MSP430 in conjunction with intrinsics.h has a function __get_SR_register() that can be used to read the status of the status register. I there a parallel with the F2837xD processor?
Hello Alston, please refer to the below post which explains the access to status registers.