This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using printf function problem

Other Parts Discussed in Thread: RM42L432, HALCOGEN

Hi Everyone.

I have questions.

I using HDK(RM42L432) and HALCOGEN Tool.

When I using printf function, I saw the follow phenomena:

printf("Hello world!\n\r");  // this statement is ok.

printf("%d", 123);    // this statement is failed. it won't return and goes to undefEntry.


Thanks