Why does iomux generate .h files that fail to compile? Missing #define for USDHC2_CARD_CLK in regsiomux.h

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

Why does iomux generate .h files that fail to compile? Missing #define for USDHC2_CARD_CLK in regsiomux.h

ソリューションへジャンプ
1,355件の閲覧回数
shefft
Contributor IV

.../rev_a_iomux/usdhc2_iomux_config.c: In function 'usdhc2_iomux_config' ...

error: implicit declaration of 'HW_IOMUX_USDHC2_CARD_CLK_IN_SELECT_INPUT_WR'

This appears to result from a #define missing in the .../sdk/include/mx6sdl/registers/regsiomuxc.h file

Same problem for usdhc3 - anybody know what the problem with the IOMux tool is?  I have no conflicts in the tool.

usdhc1 is left unconnected, so nothing to help there. Strangely, usdhc4 IS connected in similar fashion but there are no complaints about that one.  It is also missing the USDHC4_CARD_CLK #define in regsiomux.h so no clue why that is also not listed as an error.

In short, why isn't the IOMux tool putting all the needed #defines into regsiomux.h? 

ラベル(2)
0 件の賞賛
返信
1 解決策
1,247件の閲覧回数
shefft
Contributor IV

This is what's missing:

'Constants and macros for entire IOMUXC_USDHC2_CARD_CLK_IN_SELECT_INPUT register'

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,248件の閲覧回数
shefft
Contributor IV

This is what's missing:

'Constants and macros for entire IOMUXC_USDHC2_CARD_CLK_IN_SELECT_INPUT register'

0 件の賞賛
返信