Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

ERROR in altera_avalon_uart_diag.c

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
No RepliesBe the first to reply