can same configuration file (.mex) run on different device packages (RT595)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

can same configuration file (.mex) run on different device packages (RT595)

316件の閲覧回数
zenghuchen
Contributor II

We are switching device packages, from MIMXRT595SFFOC to MIMXRT595SFAWC.
I am wondering if same mem file can be used for both.

Because from what I see, the real effective code (pin_mux.c) are the same, except the comments.For example:

comment: PORT0 PIN0 (coords: J1) is configured as FC0_SCK 
IOPCTL_PinMuxSet(IOPCTL, 0U, 0U, port0_pin0_config)

comment: PORT0 PIN0 (coords: F14) is configured as FC0_SCK 
IOPCTL_PinMuxSet(IOPCTL, 0U, 0U, port0_pin0_config)

From user perspective, we only need to configure port0_pin0. But how does port0_pin0 relates to the physical pin.

タグ(1)
0 件の賞賛
返信
0 返答(返信)