Missing SPI PEx bean / CodeWarrior 10.2

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

Missing SPI PEx bean / CodeWarrior 10.2

Jump to solution
925 Views
Smiffytech
Contributor III

MC9S08GT32 - this has hardware SPI. Looking under CPU -> Used -> Peripheral Modules in Component Inspector, I can see SPI1 "ready for use in PE."

However, if I look under the alphabetical listing in Components Library, the only mention of SPI I can find is the bit-banged SWSPI and INIT_SPI.

Am I missing something here? All the other internal peripherals I'm using are there.

0 Kudos
1 Solution
618 Views
BlackNight
NXP Employee
NXP Employee

The hardware SPI components are named 'SynchroMaster' (for master) and 'SynchroSlave' for SPI slave.

Hope this helps,

Erich

View solution in original post

0 Kudos
4 Replies
619 Views
BlackNight
NXP Employee
NXP Employee

The hardware SPI components are named 'SynchroMaster' (for master) and 'SynchroSlave' for SPI slave.

Hope this helps,

Erich

0 Kudos
618 Views
Smiffytech
Contributor III

Ah, nothing like being consistent in how things are named :smileywink:

Thanks, Erich.  Now I just have to try to remember it's called something else for next time!

0 Kudos
618 Views
vfilip
NXP Employee
NXP Employee

Hello,

I think that the best way to find corresponding component(s) to the device is to right click on the CPU component in the project and select "View Target CPU package" command. After that go to this window and right click on the device. In the pop-up menu you should be able to see the list of the available components.

best regards

Vojtech Filip

Processor Expert Support Team


618 Views
Smiffytech
Contributor III

Ah, now that's something worth knowing - didn't know you could do that. Thanks!

0 Kudos