Forum Discussion
Manprocoder
New Contributor
1 year agoPRINTF FUNCTION ERROR
#include <stdio.h> #include "system.h" #include "io.h" int main(){ //result variable int ready = 0, crc_seq=0; //declare pointer int *base = (int*) CRC_0_BASE; //Generator Poly 0xd5 int g...
BoonBengT_Altera
Moderator
1 year agoHi @Manprocoder,
Good day, just following up on the previous clarification.
By any chances did you managed to look into it?
Hope to hear from you soon.
Best Wishes
BB
- Manprocoder1 year ago
New Contributor
Hi expert,
I really appreciate your concern and I have solved my issue successfully. (Specifically, I forgot setting jtag_uart at std::out option in BSP Editor).
Thanks for your valuable time.