[En-Nut-Discussion] Nut/OS configuration utility
Hugo Simon
hugo.simon at gmx.de
Sun Jul 11 12:39:29 CEST 2004
>As Adam pointed out make sure the bug in 3.4.2 release is fixed, it is on
line 637 in timer.c. >Change "BV(CS20)" to "BV(CS02)". When you change any
of the source or any of the make* files you
That does the trick. Now it runs on both hardware platforms. But there is
one little problem:
I added a line
fprintf(uart,"\nCPU Frequency: %lu\n\n",NutGetCpuClock());
for testing reasons. On both boards it says
CPU Frequency: 3254780129
Why that? NutGetCpuClock() is defined as unsigned long. So %lu should be
right.
Thanks alot for help
bye
Thorsten
More information about the En-Nut-Discussion
mailing list