Hi everyone
I want to read specific bit using assembly instruction. For example reading ADCbusy bit that is in ADCDATA I/O Register 15th position.My dsp is C5505.How can i read specific bit value?
Thanks
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.
Hi everyone
I want to read specific bit using assembly instruction. For example reading ADCbusy bit that is in ADCDATA I/O Register 15th position.My dsp is C5505.How can i read specific bit value?
Thanks
Check out the Mnemonic Instruction Set Reference Guide (http://www-s.ti.com/sc/techlit/spru374). I think the instruction you are looking for is BTST.
Regards.