KwikStik with CodeWarrior

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

KwikStik with CodeWarrior

504 Views
mani
Contributor I

Hey Guys

I have some troubles with the KwikStik (v5). I already tried different tools (IAR Embedded Workbench, Atollic True Studio, Code Warrior) but I always get some error when I want to use the printf function.

I just created a new project in CodeWarrior and just added a simple line printf("Hello World \r\n"); and #include <stdioi.h>.

I always get the error when I try to compile:

Unbenannt.PNG

There must be a Problem with the UART?!

Does anybody can give me an advice what to do?

Cheers Mani

Labels (1)
0 Kudos
2 Replies

356 Views
Monica
Senior Contributor III

Hello Manuel!

How is the project going?

Have you contacted Tech Support?

Keep us posted! :smileywink:

Monica.

0 Kudos

356 Views
JimDon
Senior Contributor III

These functions must be provided by the user for printf to work.

You need to set up a UART and then provide these functions so printf's "go some where".

You could use processor expert to set up a serial port.

I am sure there is support for the uart, but you need to add the file, I suggest you ask freescale tech support to define this.

If you get a good answer, please post it back here.

0 Kudos