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...
aikeu
Regular Contributor
1 year agoHi Manprocoder,
I do not understand what your desciption? Is it compilation error or you are not able to see any printf logs?
Thanks.
Regards,
Aik Eu
- Manprocoder1 year ago
New Contributor
Hi expert,
I have fixed my issue successfully. (I forgot to set jtag_uart for std::out in BSF Editor)
Thanks for your concern.