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.
解決済! 解決策の投稿を見る。
The hardware SPI components are named 'SynchroMaster' (for master) and 'SynchroSlave' for SPI slave.
Hope this helps,
Erich
The hardware SPI components are named 'SynchroMaster' (for master) and 'SynchroSlave' for SPI slave.
Hope this helps,
Erich
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!
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
Ah, now that's something worth knowing - didn't know you could do that. Thanks!