Daniel,
actually, this is not really true.
It is true that 'Basic', 'Advanced' and 'Expert' are view modes, and allow you to see more or less properties of a component.
But 'Basic Components' and 'Advanced Components' are something different (and the terms have historical reasons):
- basic components are components like BitIO or InternalI2C or AsynchroSerial: drivers for the microcontroller peripherals.
- advanced components are software components on top of the basic components: e.g. Terminal, CAN software stack, etc
Historically, basic components were in the 'free of charge edition', while the 'advanced components' were available only in the paid editions. From CodeWarrior for MCU10.3 on (if I remember right), the 'advanced compents' are included in the 'free edition' too. So you should be able to use the 'Term' component, which is an Advanced Components.
So from this perspective, you should not need to care about if something is an advanced or basic component.
I hope this helps.