Forum Discussion
dsun01
Contributor
4 years agoa very simple question about Nios2 eclipse project build
Dear Support/Expert
I have a very simple code while I play with Nois2 and SPI interface.
/* "Hello World" example. */ #include "alt_types.h" #include "altera_avalon_spi_regs.h" #include "alt...
EricMunYew_C_Intel
Frequent Contributor
4 years agoYou can add uart in your Platform Designer, which will be located in the FPGA fabric.
dsun01
Contributor
4 years agoHi Eric
I have Uart core, I can printf the pure test string. but the compiler will report error when I printf with format, for example %c.
do you mean if I add a uart core will solve this problem?
Thank you,
David