Anyone know when there will be an IIC bean for the coldfi...

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Anyone know when there will be an IIC bean for the coldfi...

Jump to solution
1,813 Views
freegeek
Contributor III
Anyone know when there will be an IIC bean for the coldfire V1.
Labels (1)
Tags (1)
0 Kudos
1 Solution
506 Views
ProcessorExpert
Senior Contributor III
Hello,
there are two I2C beans available in the CodeWarrior 6.0:

- The peripheral initialization bean Init_IIC allows a complete initialization of IIC peripheral but doesn't provide any runtime control, this is up to the user. This bean is available in all editions of CodeWarrior.

- The high level bean InternalI2C provides a comfortable setup and runtime use of the IIC device (sending characters, blocks etc.) However, this bean is a part of group called Advanced beans. License for these beans needs to be purchased separately - please contact your Freescale vendor for details.

best regards
Petr Hradsky
Processor Expert Support Team
UNIS


View solution in original post

0 Kudos
1 Reply
507 Views
ProcessorExpert
Senior Contributor III
Hello,
there are two I2C beans available in the CodeWarrior 6.0:

- The peripheral initialization bean Init_IIC allows a complete initialization of IIC peripheral but doesn't provide any runtime control, this is up to the user. This bean is available in all editions of CodeWarrior.

- The high level bean InternalI2C provides a comfortable setup and runtime use of the IIC device (sending characters, blocks etc.) However, this bean is a part of group called Advanced beans. License for these beans needs to be purchased separately - please contact your Freescale vendor for details.

best regards
Petr Hradsky
Processor Expert Support Team
UNIS


0 Kudos