To: | |
---|---|
Subject: | [ts-7000] segmentation fault |
From: | "David Kadjo" <> |
Date: | Sat, 14 Oct 2006 22:44:36 -0000 |
Hi all, I'm new to the TS7200 board.I have written the program below to turn on the LED on the boards. I get a "segmentation fault" error every time I run it. Could any body help ? thanks #include<unistd.h> #include<sys/types.h> #include<sys/mman.h> #include<stdio.h> #include<fcntl.h> #include<string.h> int main(void) { volatile unsigned char *LED, *start; int fd=open("/dev/mem",O_RDWR); start=mmap(0,getpagesize(),PROT_READ|PROT_WRITE, MAP_SHARED,fd,0x80840020); LED=(unsigned char *)(start +0x00); *LED = 0x01; //turn on led close(fd); return 0; } Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ts-7000/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ts-7000/join (Yahoo! ID required) <*> To change settings via email: <*> To unsubscribe from this group, send an email to: <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] Re: zeroconf, phygman |
---|---|
Next by Date: | [ts-7000] Re: Reading "keystrokes" from a wireless remote, Aaron Miller |
Previous by Thread: | [ts-7000] Reading "keystrokes" from a wireless remote, Aaron Miller |
Next by Thread: | Re: [ts-7000] segmentation fault, Curtis Monroe |
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