about pin mode during POR on i.MX6ULL

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

about pin mode during POR on i.MX6ULL

跳至解决方案
1,398 次查看
george
Senior Contributor II

Hi all,

In our schematics, the UART3_TX_DATA pin connects to the LED access indicator.
The LED access indicator should not turn on because the UART3_TX_DATA pin should be in input mode during POR.
However, for some reason the LED turns on during POR.

We found the hint in the UL datasheet.

    sample2.jpg

Does this also apply to ULL?

If so, why isn't it shown in the ULL datasheet?

 

BR,

George

标签 (2)
0 项奖励
1 解答
1,356 次查看
Yuri
NXP Employee
NXP Employee

@george 
Hello,

  According to section 32.6.25 [SW_MUX_CTL_PAD_UART3_TX_DATA SW MUX Control
Register (IOMUXC_SW_MUX_CTL_PAD_UART3_TX_DATA)] of i.MX 6ULL  Reference Manual
(Rev. 1, 11/2017): 
   ALT7 mode will be automatically active (output SJC.SJC_JTAG_ACT) when system
reset. Once system reset is completed, the state of UART3_TX_DATA will be output
keeper and input enable.

Regards,
Yuri.

 

在原帖中查看解决方案

0 项奖励
4 回复数
1,357 次查看
Yuri
NXP Employee
NXP Employee

@george 
Hello,

  According to section 32.6.25 [SW_MUX_CTL_PAD_UART3_TX_DATA SW MUX Control
Register (IOMUXC_SW_MUX_CTL_PAD_UART3_TX_DATA)] of i.MX 6ULL  Reference Manual
(Rev. 1, 11/2017): 
   ALT7 mode will be automatically active (output SJC.SJC_JTAG_ACT) when system
reset. Once system reset is completed, the state of UART3_TX_DATA will be output
keeper and input enable.

Regards,
Yuri.

 

0 项奖励
1,351 次查看
george
Senior Contributor II

Dear @Yuri,

As you say we could find a description about it in the reference manual.

Thanks,

George

1,379 次查看
mrudang_shelat
NXP Employee
NXP Employee

@george ,

From which part datasheet you received Table 96?

In i.MX6ULL, UART3_TX_DATA pin is the default GPIO configured (ALT5: GPIO1_IO24) as an Input. So It should not have an output blink for LED unless the functionality of pin configuration changes.

You can refer section 32.6.25: SW_MUX_CTL_PAD_UART3_TX_DATA SW MUX Control Register of the iMX6ULL Reference manual.

Mrudang

 

0 项奖励
1,370 次查看
george
Senior Contributor II

Dear @mrudang_shelat,

Thank you for your response.

Our LED indicator is Low-Active.

Now we use the UART3_TX_DATA pin with an external pull-up.

It seems that the UART3_TX_DATA pin is driven low after 20mS after POR_B is asserted and after that until POR_B is deasserted.

During that time, the LED turns on.

This is consistent with the behavior described in the UL datasheet

sample2.jpg

BR,

George

0 项奖励