Re: DaVinci I2C Speed

2007-08-03 Thread Roberto Waltman
resistors). This also means loosing the RTC, the infrared interface and the ability to monitor the MMC socket. Roberto Waltman. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman

Re: I2C error

2007-05-16 Thread Roberto Waltman
not be applicable to your situation. Roberto Waltman Makefile: . . #-- # extract necessary definitions from i2c.h # (including the whole file fails compilation) # ARMINC is defined in the environment as the # path

Re: mmap issue

2007-05-11 Thread Roberto Waltman
/pdfs/DDI0198D_926_TRM.pdf, chapter 4, in particular section 4.2, for the rationale behind this. Roberto Waltman ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo

Re: mmap issue

2007-05-11 Thread Roberto Waltman
, but with that property as well as only using the right word size (16 bits in our case) Roberto Waltman wrote: R. Simning wrote: Andy Ngo wrote: . the FPGA Microblaze write values to the shared RAM, and when our ARM processor on the Davinci reads them during the interrupt processing, the data looks staled

Re: Using mmap with an 8 bit address bus

2007-03-16 Thread Roberto Waltman
PROT_EXEC (do you really need it?). There could also be a data size mismatch. Make sure that any pointer used has or is casted to the correct type. You may also need to call msync() to flush changes. Roberto Waltman ___ Davinci-linux-open-source

How to change the frequency of the DaVinci's I2C bus?

2007-02-01 Thread Roberto Waltman
As subject says, need to increase the I2C frequency to 400Khz. Is there an ioctl() call that will allow me to do that, without having to directly manipulate the interface control registers? Roberto Waltman ___ Davinci-linux-open-source mailing list