Maker Pro
Maker Pro

MC9S08QG8 support I2C ?

B

Boki

Jan 1, 1970
0
Hi All,

Please advice MC9S08QG8 support I2C ?

It seems that I can only use assembler language for this MCU, right?

BR
/Boki.
 
C

Carl Smith

Jan 1, 1970
0
Hi All,

Please advice MC9S08QG8 support I2C ?

It seems that I can only use assembler language for this MCU, right?

BR
/Boki.

Theoretically any MCU can be programmed in any language, since
it all turns into machine code in the end anyway. You just have
to know how to write a compiler...
 
B

Boki

Jan 1, 1970
0
Carl said:
Theoretically any MCU can be programmed in any language, since
it all turns into machine code in the end anyway. You just have
to know how to write a compiler...

So, this mcu provide C complier or not?

can you advice?

Thank you very much!

BR
/Boki.
 
S

Spehro Pefhany

Jan 1, 1970
0
Hi All,

Please advice MC9S08QG8 support I2C ?

Yes, in hardware.
It seems that I can only use assembler language for this MCU, right?

BR
/Boki.

There are C compilers for the HCS08. Codewarrior (almost left out the
'e'!) is one such compiler (and IDE). There are others. All, that I
know of, cost money, but I have not looked very hard recently.
Metrowerks (Codewarrior) is now owned by Freescale.



Best regards,
Spehro Pefhany
 
B

Boki

Jan 1, 1970
0
Spehro said:
Yes, in hardware.


There are C compilers for the HCS08. Codewarrior (almost left out the
'e'!) is one such compiler (and IDE). There are others. All, that I
know of, cost money, but I have not looked very hard recently.
Metrowerks (Codewarrior) is now owned by Freescale.



Best regards,
Spehro Pefhany

Thank you so much for valuable information!

BR/
Boki.
 
Top