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

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

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

318 次查看
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 回复数