Forum Discussion
tehjingy_Altera
Regular Contributor
1 year agoHi
Did you managed to try the suggested change?
Regards
Jingyang, Teh
- Vincent_F1 year ago
New Contributor
Hi Jingyang, Teh,
I’m currently on vacation and have no access to my computer. I’ll get back to you next week.
Best regards
Vincent - Vincent_F1 year ago
New Contributor
Hi,
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