Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
549 views

Time Travel functions in postgresql

Can anyone recommend for/against the time-travel functions in postgresql's contrib/spi module? Is there an example available anywhere? Tnx
3
votes
5answers
127 views

Any higher level protocol over serial port communication ?

We are running a course in robotics and Xbee is the most favorite communication protocol for the student. In last two years we helped them build around 62 various projects (40 more in pipeline). All ...
3
votes
3answers
3k views

Initializing SD card in SPI issues

Sorry for the length of this question, but I thought it best to show as much detail to fend of questions asking if I had done A when I had already done A... ;-) I've had a look at the "micro-SD card ...
2
votes
0answers
75 views

SDHC SPI write issues

I've been trying to do an SD card interface with the LPC1766 SPI peripheral for a while and right now I'm stuck in a problem that I couldn't find the answer anywhere. The problem is: SDHC cards are ...
2
votes
1answer
1k views

Receiving SPI data via DMA on PIC32

I know that this topic (DMA & SPI) has already been talked about on numerous threads in the microchip forum, actually i've read all the 15 pages in result of the search with keyword "dma" and read ...
2
votes
1answer
143 views

How can I make a user provide its own function in my library?

I am writing a static library for an AVR MCU. I am using avr-gcc and AVR Libc. Some of the library functions use SPI to communicate with a device. However, SPI communication is not done the same way ...
2
votes
1answer
357 views

When putting an SD/MMC card into SPI mode, can CS go high in between bytes?

I have a microprocessor with the card's chip select (CS) line tied to a 'frame' signal automatically driven by the SPI (SSP) circuit. This causes CS to go high between each byte. The MMC/SD specs ...
2
votes
0answers
342 views

AT91SAM7X512's SPI peripheral gets disabled on write to SPI_TDR

My AT91SAM7X512's SPI peripheral gets disabled on the X time (X varies) that I write to SPI_TDR. As a result, the processor hangs on the while loop that checks the TDRE flag in SPI_SR. This while loop ...
2
votes
1answer
490 views

SD File Systems for access with SPI

I found this site: http://www.pjrc.com/tech/8051/ide/fat32.html Basically it's a great overview of the FAT32 filesystem. It so far has proven to be very easy to understand, I was wondering if anyone ...
1
vote
0answers
45 views

microSDHC card spi initialization

I have 32gb Kingston microSDHC card which has to communicate to MSP430f2618 via SPI. I was not able to initialize it by using CMD55+ACMD41 (with bit30 set to 1), as it is described in SD Specification ...
1
vote
2answers
951 views

creating META-INF/services folder in Eclipse

I am trying to create an extensible app in Java and chose to use SPI. According to this tutorial I am following, I am supposed to create a specific file in META-INF/services in my jar, but don't know ...
1
vote
1answer
228 views

SD card interfacing using spi

hi friends i want to interface SD card using spi.i have no idea on this topic e.g how to initialize,how to work .please help completely about spi SD card interfacing Thanks
1
vote
2answers
379 views

How to read_single_block from SD card using SPI mode (getting weird behavior as of yet)?

When I issue cmd17 with address (0x00000000) to my card from PIC-18F4520 on SPI bus, I get a correct return R1 token from the command issue. Then, after a few loops checking, I get a 0xFE marker ...
1
vote
1answer
749 views

Android hardware dev kits?

I'm faced with the task to write a driver for Android (OS 2.3 and 2.4) to interface with a sensor chip over either SPI or I2C. The device is intended to be used in Android smart phones eventually, ...
1
vote
3answers
1k views

Problem initializing SD card in SPI mode, always reads back 0xff

I'm trying to initialize a 2GB Sandisk SD card on a Cypress PSoC5 using the SPI interface. I'm using the sample bit banging code from http://elm-chan.org/fsw/ff/00index_e.html. I've analyzed the ...
1
vote
2answers
490 views

USB to SPI converter

I have a chip that uses SPI for communication and would like to connect it directly to the USB port on my computer. Does anyone have experience with using a USB to SPI converter? Any recommendations? ...
1
vote
1answer
218 views

SPI header File

I require the SPI header file so I may write a SPI master and slave for two PIC24FJ64GA002. I had one but I accidentally deleted it. Please may some one send me a link to download the header. As soon ...
1
vote
1answer
447 views

How to Fool the Java Service Provider API (jaxp)

I have an applet that needs to call JAXP, specifically SAXParserFactory. Now, as you can see from the Javadoc, this internally uses the Service Provider mechanism as documented here: Specifically, if ...
1
vote
2answers
328 views

How do I flash an LED, using libftdi v0.18?

It's a FT2232D chip, and the LED is connected to BDBUS6. The library is less documented than I might like (better than FTDI's own library though, which doesn't even work on modern kernels), the only ...
1
vote
4answers
905 views

SD card initialization SPI

I saw a lot of infos about MMC/SD cards and I tried to make a lib to read this.. (modifying the Procyon Avrlib) But I have some problems here. I Don“t change the original code and tried here. My ...
1
vote
2answers
231 views

Interfacing 45DB161 data flash with 89LP4052 controller

I am trying to interface the data flash with 89lp 4052 controller. Crysal used 11.0592 mhz. This controller has built in spi bus. I tried all combinations of CPHA AND CPOL. Tried mode 0 as well as ...
1
vote
4answers
1k views

How do you build a Single Page Interface in ASP.NET MVC?

I want to build a webapplication with a "Single Page Interface", using ASP.NET MVC. I have searched if this was at least possible and I think the answer is: not by simple means (reading ...
1
vote
5answers
868 views

How do you handle large data transfers on very memory constrained, embedded systems?

I have a microcontroller that must download a large file from a PC serial port (115200 baud) and write it to serial flash memory over SPI (~2 MHz). The flash writes must be in 256 byte blocks preceded ...
0
votes
0answers
11 views

LSP: Access Violation when i try to read lpBuffers on WSPSend() And Categories

I am writing an LSP. Everything works fine. I need to read data sent by WSPSend. When I read it on x86 there are no problems but when I try to read it under x64 SPI, I am getting Access Violation ...
0
votes
1answer
51 views

How to control shared internet connection (ICS - Internet Connection Sharing) using LSP/SPI?

I am trying to write an application for myself to learn things and to use in my own office. What I am trying to write is: I have two nics. First one is connected to internet and the other one is ...
0
votes
1answer
76 views

Is it possible to intercept dns queries using LSP/SPI?

I wrote my own LSP which is working fine. However, I can not catch dns queries. For example there is no function like WSPGetHostByName or WSPGetAddrInfo. My lsp also supports UDP protocol but it is ...
0
votes
2answers
46 views

SPI complete callback handler

I am writing a SPI driver for linux. Some relevant documents are http://www.mjmwired.net/kernel/Documentation/spi/spi-summary and ...
0
votes
1answer
47 views

<script> tag at bottom causing $(document).ready to fail

I was following the snippets from html5boilerplate.com (as well as something that is recommended by yahoo) that we should put the scripts at the bottom of the page (of my site's main page). I am also ...
0
votes
1answer
106 views

Looking for image attachment php API feeds for stream.publish

I am desperately looking for image attachment php api feeds for my facebook app. Basically what I am trying to do is send an image attachment, along with an automatic "post to friends wall" ...
0
votes
1answer
150 views

MSP430 SPI to M25P64

I have a SPI for MSP430 written. If I send WRSR(01h) or RDSR(05h) to M25P64 flash. The response I get from the Flash SPI_MISO is FFh. So my question is "Is the response I have obtained is it right?" ...
0
votes
0answers
110 views

SPI is reading data as zero in STM32F103ZE

I am using STM32F103ZE I am not getting SPI data correctly. Master is transmitting correctly. But always read as zero where a non zero value has been sent. Master config: (MSP430) The master ...
0
votes
0answers
80 views

MMC via SPI in 2.6.21 kernel

I would like to add MMC via SPI interface to my SDK. It contains Linux 2.6.21 and works on MIPSEL processor. mmc_spi module works with kernel >2.6.24. I've tried to adapt it to my kernel, but it's ...
0
votes
0answers
60 views

How to set classpath to load jar with SPI provider?

I am trying to write build.xml (using Ant) for my application which uses SPI for plug-ins. I have one SPI provider in ezak.jar (it contains ezak folder with all the .class files and META-INF folder ...
0
votes
1answer
227 views

SDHC card SPI initialisation

I'm working on an embedded system that currently only supports SDC v1 cards. As it's getting harder and harder to find <2G cards, I'm trying to add support for SDHC card. The communication with the ...
0
votes
3answers
289 views

Getting video with USB SPI from device with FTDI

I need to implement Device manager for some card with FTDI chip. We are looking into JAVA or C#, and we need to use it for transferring vedio using SPI. Do we need to use FTDI DLL for java or C#? Can ...
0
votes
0answers
816 views

Design Flow to create a bootable SPI Flash (PROM File) for a Xilinx Spartan-6 containing Configuration bitsream AND Microblaze software

I would like to know the proper procedure to create a PROM file (.MCS) for a serial SPI Flash that include BOTH the FPGA configuration bitstream and the software to be used by the Microblaze ...
0
votes
1answer
304 views

SPI on Arduino with HID reader

I'm building a project that uses an HID OEM75 as the access point for a locking mechanism. We're doing our control through an Arduino Duemilanove (ATmega328). We're working with SPI for the security ...
0
votes
0answers
35 views

How to get WSPSendTo data?

Hallo i need to intercept dns requests using LSP, how can i get these data? When system calls int WSPSendTo( __in SOCKET s, __in LPWSABUF lpBuffers, __in DWORD dwBufferCount, __out ...
0
votes
1answer
98 views

how custom route for a process?

In my computer, there are two network adapters, connecting to different subnet. As below: adapter A: 10.20.30.201 adapter B: 10.20.31.201 I want to make all outgoing data of a special process (for ...
0
votes
2answers
115 views

ServiceRegistry constructor fails with ClassCastException on concrete class

Trying to use javax.imageio.spi.ServiceRegistry to dynamically register request processors for an HttpServlet: private static final Class PROVIDER_CLASS = IRequestProcessor.class; private void ...
0
votes
3answers
450 views

Microcontroller to Microcontroller SPI communication

I was doing some reading and have even gotten a "master" SPI working on my microcontroller. Here is my question, basically if the master wants to initialize a write to the slave we write to the ...
0
votes
1answer
786 views

SD card initialization using SPI interface

I get invalid response Codes from my SD Card(CMD8, CMD55, CMD41) Init routine: SDCS = 1; // MMC deaktiviert SPI1CON1bits.SMP = 0; SPI1CON1bits.CKE = 1; SPI1CON1bits.MSTEN = 1; ...
0
votes
1answer
111 views

SPI and GDO, what is GDO an acronym for?

In connection with a SPI bus there is typically a number of GDO pins used for interrupting the master or the slave of the SPI connection. But what is GDO an acronym for?
0
votes
2answers
1k views

Do you recommend TTL, SPI or I2C with SunSPOT

I am starting to try to interface with some external components (Skyetek M1 Mini or M1 RFID scanner) than supports the following protocols TTL, SPI or I2C. I am wondering which one of these routes you ...
0
votes
3answers
1k views

OMAP SPI controller

Does anyone ever develop some application to control the spi device on OMAP3? I can load the spi driver "mcspi", but I don't know how to use it.