printf function example for MPC5777C using s32 design studio

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

printf function example for MPC5777C using s32 design studio

1,571 Views
vrushalitaklika
Contributor III

Hi,

Can someone help with example function for MPC5777C controller using s32 design studio?

Thanks

vrushali

3 Replies

1,134 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

if you need printf for debug purposes - you can use for example ewl_c library with Debugger console: 

pastedImage_1.png

In debug settings enable semihosting:

pastedImage_2.png

You can see the print output in debug session console. 

Jiri

1,134 Views
harsha_jakkamkr
Contributor II

Hi Jiri,

Is it possible to print with different colors on the console?

Regards,

Harsha

Tags (1)

1,134 Views
harsha_jakkamkr
Contributor II

Works like a charm.

Thanks!

0 Kudos