Missing SPI PEx bean / CodeWarrior 10.2

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Missing SPI PEx bean / CodeWarrior 10.2

跳至解决方案
945 次查看
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 项奖励
回复
1 解答
638 次查看
BlackNight
NXP Employee
NXP Employee

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

Hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
4 回复数
639 次查看
BlackNight
NXP Employee
NXP Employee

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

Hope this helps,

Erich

0 项奖励
回复
638 次查看
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 项奖励
回复
638 次查看
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


638 次查看
Smiffytech
Contributor III

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

0 项奖励
回复