ts-7000
[Top] [All Lists]

[ts-7000] Fwd: segmentation fault :(

To:
Subject: [ts-7000] Fwd: segmentation fault :(
From: "Hatem Mohamed" <>
Date: Thu, 29 Mar 2007 11:13:21 +0200

is there anybody ???
can any one help plzzzzzz ???

---------- Forwarded message ----------
From: Hatem Mohamed <>
Date: Mar 29, 2007 1:51 AM
Subject: segmentation fault :(
To: m("yahoogroups.com","ts-7000");">

Hi every body
I have Ts-7300 , I wrote this C code on it and it is compiled successfully  but when I tried to execute the file I get this message  " segmentation fault "
all I wanted from this code was to make pins from Dio0 ~ Dio7  all zeros.

#include<unistd.h>
#include<sys/types.h>
#include<sys/mman.h>
#include<stdio.h>
#include<fcntl.h>
#include<string.h>
int main()
{
   volatile unsigned char *P1DR;
   unsigned char *start;
   int fd = open("/dev/mem", O_RDWR);
   start = mmap(0, getpagesize(), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0x80840004);
   P1DR = (unsigned char *)(start + 0x00);
 *P1DR=0x00;
  close(fd);
   return 0;
}


that was my first question

the second question

can I make any pin in the 55 Dio zero or one alone I mean is there any function can do that directly ??

--
Hatem Mohamed

--
Hatem Mohamed __._,_.___


SPONSORED LINKS
Single board computer Hardware Computer running slow
Linux os Single board

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>
Admin

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