Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

doubts in datasheet PIC24H

Status
Not open for further replies.

ep.hobbyiest

Full Member level 4
Joined
Jul 24, 2014
Messages
212
Helped
1
Reputation
2
Reaction score
1
Trophy points
18
Activity points
1,487
while reading reference manual i came across Status register there are three bits SA,SB,SAB. and written
bit 13 SA: Accumulator A Saturation ‘Sticky’ Status bit(1)
1 = Accumulator A is saturated or has been saturated at some time
0 = Accumulator A is not saturated

bit 12 SB: Accumulator B Saturation ‘Sticky’ Status bit(2)
1 = Accumulator B is saturated or has been saturated at some time
0 = Accumulator B is not saturated

bit 11 OAB: OA || OB Combined Accumulator Overflow Status bit
1 = Accumulators A or B have overflowed
0 = Neither Accumulators A or B have overflowed

Means what is saturation here?
These are the read and clear only bits. So what this bit indicates?
 

You may look at the "11.7 Saturation logic" section,
**broken link removed**
 
  • Like
Reactions: FvM

    FvM

    Points: 2
    Helpful Answer Positive Rating
Thank you
This is related to what?? In short.
 

This is related to what?? In short.
Digital signal processing, e.g. filters. I think Fig. 11.6 in the linked document is about to self-explanatory.

The status bits can be used by a compiler to provide custom instructions or functions for arithmetic with saturation.
 

Thank you sir
Which compiler is used for PIC24h/dsPIC33F family.
XC16 or C18?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top