Forum Discussion
tehjingy_Altera
Regular Contributor
1 year agoHi
Did you managed to try the suggested change?
Regards
Jingyang, Teh
Vincent_F
New Contributor
1 year agoHi,
If you look carefully at the code, when I call the function "void UART_write(char * out_data, int length)" I do open the UART.
>> See line fUART=fopen(RFS2_UART_NAME, "w"); where RFS2_UART_NAME defines "/dev/RFS2_UART" in my system.h file.
I also open the JTAG_UART in the main program, but that's only for stdio operations, and I don't do anything that involves the JTAG_UART interrupt.
Best regards
Vincent