Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12597 Discussions

ERROR in altera_avalon_uart_diag.c

Altera_Forum
Honored Contributor II
980 Views

Hi! 

 

I think I've found an error in the file altera_avalon_uart_diag.c 

 

the line where it says  

 

HAL_DELAY_US(10); 

 

I think it should be 

 

HAL_DELAY_US(100); 

 

As all the others diag drivers do, in order to implement the msec delay. 

 

Isn't it? 

 

This only causes bad wait timings of this function, but it annoyed me when using RedBoot, as the init script executed too fast. 

 

Alex Bueno
0 Kudos
0 Replies
Reply