Using OOP/C++ in HCS08 devices

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

Using OOP/C++ in HCS08 devices

1,002 Views
GonzaloVictorio
Contributor I
Hello,

I have not found detailed information in the freescale website or internet so I'm asking here hoping someone does have the answer.

How far can I go with C++ in HC08 devices? (I'm using specifically the MC9S08DZ60, 60kB Flash, 4kB RAM) I mean, can I really do all the fancy things of OOP confident enough for sharing code used in higher-level platforms (ARM9s, Cortex, etc) with smaller devices like HC08s?

I found some very old posts in the internet that mentioned that there were limitations using C++, that it wasn't fully supported. If that's still the case, where can I see documentation that helps me understand the requirements/limitations/implications/etc?

Thanks a lot!

Labels (1)
0 Kudos
1 Reply

326 Views
RickN
Contributor I
Hi Gonzalo,
 
    I suggest that you download the Evaluation version of CodeWarrior for MCU v6.1, and you can see what is included for C++ features.  I haven't used C++ in the HCS08 family, but there is support for C++ in the Professional Edition and you can try it for 30 days if you download and install the Evaluation version.
 
   Thanks,
 
      Rick
 
 
0 Kudos