Hi,
I am using IOMux tool for pin selection. The target device is i.MX6 DualLite.
I selected pins V6 and W5 for UART4 connections:
When I run "Code Generate" in IOMux tool, this is what I get for UART4_ RX_DATA register settings:
V6 | KEY_ROW0 | NVCC_GPIO | uart4.UART4_RX_DATA | uart4.UART4_RX_DATA | 0x020E0258 | 0x00000004 | 0x020E0640 | 0x0001B0B0 | 0x020E0914 | 0x00000000 |
However the register 0x020E0914 value should be 0x00000003, not as IOMux reports 0x00000000 above. I confirmed this as per datasheet IOMUXC_UART4_UART_RX_DATA_SELECT_INPUT register settings. Also verified on our board that with value 0x00000000, UART4 do not work. But setting the register as 0x00000003, UART4 is working fine. Looks like I am getting wrong register setting values from IOMux tool.
Am I doing something wrong in IOMux tool? Is there a setting that I am missing in the tool? Or is this a known bug in IOMux tool?
regards,
Selcuk
Hi Selcuk
IOMux tool is considered as outdated, recommended to use
Processor Expert tool:
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
Is there a way to import IOMux XML config file into Processor Expert?
regards,
Selcuk