How can I set Pins to have 2 routes in MUCExpresso

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

How can I set Pins to have 2 routes in MUCExpresso

871件の閲覧回数
greycon
Contributor II

Hi. In the bubble example, which comes with the FRDM-K82F board, Pins 37 and 38 are assigned different routings in 2 separate Functional groups. In one  group they are defined as GPIO (So that they can be used to reset the attached I2C bus) and in another they are assigned as I2C3.

In my project, I am trying to do the same with Pins 55 and 56. So I defiine them as GPIOB2 and GPIO3 in one functional group, and as I2C0 in a different functional group. But whenever I try to do so, I get an error, telling me I have a Routing Conflict.

Can anyone tell me how to achieve this? Thanks

0 件の賞賛
1 返信

855件の閲覧回数
greycon
Contributor II

OK, found it. When I created my 2 new Functional Groups, they were, by default set to "Called by default initialization function" - so the Pin Config tool rightly called out a conflict.

I intend to call these myself, when I need to, so I just unticked this option, and all is now OK.