ts-7000
[Top] [All Lists]

Re: [ts-7000] Model Register

To:
Subject: Re: [ts-7000] Model Register
From: Jim Jackson <>
Date: Fri, 31 Oct 2008 21:22:57 +0000 (GMT)
I'm guessing here, but isn't it a byte access, try changing...

On Wed, 29 Oct 2008, Fabio Vaz wrote:


> volatile unsigned int *model_ptr;

volatile unsigned char *model_ptr;

> unsigned int model;
> main()
> {
>        int fd = open("/dev/mem", O_RDWR|O_SYNC);
>        model_ptr = (unsigned int *)mmap(0, getpagesize(),

         model_ptr = (unsigned char *)mmap(0, getpagesize(),

>          PROT_READ|PROT_WRITE, MAP_SHARED, fd, MODELBASE);
>        model = *model_ptr & 0x03;
>        printf("model = %d\n",model);
> }

------------------------------------

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>
  • Re: [ts-7000] Model Register, Jim Jackson <=
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