To: | |
---|---|
Subject: | [ts-7000] TS7800 errors |
From: | "vidhyaverma88" <> |
Date: | Sat, 24 Mar 2012 12:51:02 -0000 |
I am using ts7800 board I am usind SD card for booting ,when I run below adc code I got the error: :~$ ./adc adc: adc.c:13: main: Assertion `fd != -1' failed. Aborted how to remove this error. CODE: #include<unistd.h> #include<sys/types.h> #include<sys/mman.h> #include<stdio.h> #include<fcntl.h> #include<assert.h> int main(int argc, char **argv) { volatile unsigned short * complete; volatile unsigned char * lsb, * msb, * control; int res; int fd = open("/dev/mem", O_RDWR); assert(fd != -1); lsb = control = (unsigned char *)mmap(0, getpagesize(), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0x10c00000); msb = lsb + 1; complete = (unsigned short *)mmap(0, getpagesize(), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0x10800000); *control = 0x41; while ((*complete & 0x80) != 0); res = *lsb; res |= *msb << 8; printf("result: %d\n", res); close(fd); return 0; } __._,_.___
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe __,_._,___ |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] TS7800 ADC, vidhyaverma88 |
---|---|
Next by Date: | [ts-7000] Eclipse IDE ts7800, vidhyaverma88 |
Previous by Thread: | [ts-7000] Re: ts-7260 run script on boot, Rod Nussbaumer |
Next by Thread: | [ts-7000] Re: TS7800 errors, naturalwatt |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU