From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlasios Tsiatsis To: ecos-discuss@sources.redhat.com Subject: [ECOS] Assabet real time clock resolution Date: Mon, 11 Dec 2000 16:20:00 -0000 Message-id: <3A356F43.4A6CDC04@ee.ucla.edu> X-SW-Source: 2000-12/msg00246.html Hi, i want to change the real time clock resolution from 100 ticks/sec to 1000 ticks/sec for eCos running on an Assabet board. I am developing eCos on a Linux machine so i have to manually configure eCos if necessary. I noticed that i cannot change the ecos.ecc (configuration file) because the real time clock resolution is not modifiable by the user. So i tried to obtain a handle to the real time clock and change the resolution inside cyg_user_start() but the resolution remains the same. Is it a limitation of the board or am i doing something wrong ? thanks, vlasios