How to get software beans.

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

How to get software beans.

Jump to solution
1,492 Views
AmZig
Contributor I
Hi,i am new with MC13213 and code warrior . i am using Code warrior standard edition and while reading the manual of code warrior they have mentoined about software beans for HCS08 , SPI . So , how i could get that , because i am unable to find that bean.
Labels (1)
Tags (1)
0 Kudos
1 Solution
337 Views
CrasyCat
Specialist III
Hello
 
Not sure which version of CodeWarrior you are using.
I did a quick check with CodeWarrior for MCU V6.1.
 
The bean "SynchroMaster" can be used to generate code for the SPI device.
 
Just an additional Tip. If you want to figure out which bean can be used for a specific device, you can retrieve the information from Processor Expert.
  - Open the project with Processor Expert enabled and make sure you have associated a
    CPU bean to the project.
  - Open the "Bean Selector" window (Select "ProcessorExpert" -> "View" -> "Bean Selector").
  - Switch to the "On-Chip Prph" Tab and expand the CPU bean there.
    You will see a list of available Peripheral and which beans can be used to generate code
    for each of them.
 
I hope this helps.
 
CrasyCat

View solution in original post

0 Kudos
1 Reply
338 Views
CrasyCat
Specialist III
Hello
 
Not sure which version of CodeWarrior you are using.
I did a quick check with CodeWarrior for MCU V6.1.
 
The bean "SynchroMaster" can be used to generate code for the SPI device.
 
Just an additional Tip. If you want to figure out which bean can be used for a specific device, you can retrieve the information from Processor Expert.
  - Open the project with Processor Expert enabled and make sure you have associated a
    CPU bean to the project.
  - Open the "Bean Selector" window (Select "ProcessorExpert" -> "View" -> "Bean Selector").
  - Switch to the "On-Chip Prph" Tab and expand the CPU bean there.
    You will see a list of available Peripheral and which beans can be used to generate code
    for each of them.
 
I hope this helps.
 
CrasyCat
0 Kudos