Bits sequence of MPC5777C MCU on datasheet

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bits sequence of MPC5777C MCU on datasheet

Jump to solution
542 Views
berat24
Contributor III

Hello NXP professionals,

I have a question about the Bits sequence of MPC5777C MCU on datasheet. When I looked at the datasheet, bits have been written in reverse compared to other MCU's datasheets.

Could you inform me whether I should shift bits by considering this layout or I should pay regard to a normal 32 bits layout while using bitwise operators (and, or).

Good works:))

0 Kudos
Reply
1 Solution
532 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

you do not need to reverse the bits. MSB is bit 0, LSB is bit 31. You can see the same order of bits in the manual and in the memory map.

Regards,

Lukas

View solution in original post

0 Kudos
Reply
1 Reply
533 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

you do not need to reverse the bits. MSB is bit 0, LSB is bit 31. You can see the same order of bits in the manual and in the memory map.

Regards,

Lukas

0 Kudos
Reply