Config Tools for i.MX v8

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

Config Tools for i.MX v8

Jump to solution
632 Views
saidjazouly
Contributor III

Hi NXP,

we have a question about the Config Tools for i.MX8, in the generated dts file we can see that some Pad Control Register values have their Reserved bit fields set:

for example: MX8MM_IOMUXC_SAI2_TXFS_UART1_DCE_CTS_B 0x00001816

 

saidjazouly_0-1607383116393.png

 

  1. Is this a bug in the Config Tools?
  2. Can the reserved bit value be ignored and not being set? For example:

using:

MX8MM_IOMUXC_SAI2_TXFS_UART1_DCE_CTS_B   0x16

instead of:

MX8MM_IOMUXC_SAI2_TXFS_UART1_DCE_CTS_B   0x00001816

 

Regards.

Labels (1)
0 Kudos
1 Solution
626 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi saidjazouly ,

>>Is this a bug in the Config Tools?

      No, this is not.

      For reserve bit, whether you set it, it is useless.

   >>Can the reserved bit value be ignored and not being set?

    Yes , it can.

     you don't need to configure it.

 

Hope this information is helpful to you.

Have a nice day!

B.R,

Weidong

View solution in original post

0 Kudos
1 Reply
627 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi saidjazouly ,

>>Is this a bug in the Config Tools?

      No, this is not.

      For reserve bit, whether you set it, it is useless.

   >>Can the reserved bit value be ignored and not being set?

    Yes , it can.

     you don't need to configure it.

 

Hope this information is helpful to you.

Have a nice day!

B.R,

Weidong

0 Kudos