Processor Expert for HCS08PL16S part number
Croby80 opened this issue · 5 comments
Good morning, I need to program an HCS08 PLS16 device and I installed CodeWarrior for MCU v11.1 Build ID : 181224
and I need to use Processor expert but it seems not to function correctly: I see component for PL16S but I'm not able to build up project with that device and environment seems to be broken... I attached the error log of installed components:
thank you
Hi,
I checked my installation, and I do have a HCS08 PL16 (not that PLS16 or PL16S you are referring too). Plus my Processor Expert in MCU V11.1 (same build ID as yours), but it does not offer in the wizard to create a PL16 project for me. The MC9S08PL16 is listed as CPU component.
So there seems to be some support, but it is not complete in my view. How did you create your project?
Was able to create a PEX project for PL16. So here is what I did:
- created bare metal project
- Enabled Processor Expert for it (see https://mcuoneclipse.com/2014/01/19/diy-free-toolchain-for-kinetis-part-8-processor-expert-eclipse-and-gnu-arm-eclipse-plugins/)
- Project > Clean
- removing the backup of main
- build
that worked (at least I'm able to compile it).
I hope this helps?
PS: Your error log did not show anything interesting, so not sure what is the issue.
If PL16S is not listed, then I think it is not supported. I don't know the difference between the S and non-S part, but maybe you could use the PL16 for the PL16S?