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