Forum Discussion
kpainter
New Contributor
1 year agoNios 2 uart initialization problem
I am using Quartus Lite 22.1.2. I am using the lightweight uart core. It is initialized by the alt_sys_init function and declares an object called uart_0. My problem is this object seems to be get...
tehjingy_Altera
Regular Contributor
1 year agoHi
It seems weird that it is recognizing the FILE as an int type.
Could you try including these headers into your project and recompiling?
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
Regards
Jingyang, Teh