Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by brahoule

  1. brahoule

    [SOLVED] Help understanding daisy chain SPI interface.

    This exactly what i was thinking about... but i couldn't find any detail about this. now its more clear. Yeah i saw that in the datasheet "10,000,000 ERASE/WRITE cycles guaranteed" but it just for testing the SPI. I have buy some 23K256 SRAM to use for my buffer but i made a mistake because i...
  2. brahoule

    [SOLVED] Help understanding daisy chain SPI interface.

    Exactly what i wanted to know. Thanks a lot Brian!
  3. brahoule

    [SOLVED] Help understanding daisy chain SPI interface.

    I try to understand how to use multiple SPI devices on a PIC18F4550. I have read on the daisy chain using different chip select all on the same SPI BUS but i cant find any detail on how the data travel... Example; If i use a SD card as a data logger using the SPI and a EEPROM as a LCD buffer...
  4. brahoule

    [SOLVED] help on some compiler error problems. [hi-tech C]

    Thanks! i will try this.
  5. brahoule

    [SOLVED] help on some compiler error problems. [hi-tech C]

    Here my schematic; The base of the code is the one of romel, i have replaced the lcd code by my lcd code and the spi by the builtin spi from HI-TECH Here is the main.c #ifndef MAIN_C #define MAIN_C #include <htc.h> #include <stdio.h> #include <string.h> #include "HardwareProfile.h" #include...
  6. brahoule

    [SOLVED] help on some compiler error problems. [hi-tech C]

    just testing out the CK on PORTB1 and a get a pulsating 5Volt... my PIC is powered by a 5V and my SD slot on a 3.3V.. As i can see the SD card is powered by a ~3V and his clock signal should be at ~3V right? what should i do? a voltage divider with a resistor? or there is an option to set the...
  7. brahoule

    [SOLVED] help on some compiler error problems. [hi-tech C]

    yep. i use HI-TECH V9.63 and i try to find a FATFS working demo for a PIC18F4550 i was having the same error as romel_emperado in his first post. I have edited the PIC18f4550.h by replacing all "DIR" by "DIRT" and my error was gone :) but my code actually not working... I was wondering now if a...
  8. brahoule

    [SOLVED] help on some compiler error problems. [hi-tech C]

    I have the same issue...i use a PIC18F4550 as well and i was wondering if you can help me?

Part and Inventory Search

Back
Top