Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: hankshone; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    35
    Views
    20,013

    It works fine at 10MHz. So I don't think that...

    It works fine at 10MHz. So I don't think that will introduce problem. the memory writing speed goes up a lot! I will try his codes tomorrow..also looks interesting. anyway thanks for u guys' help!
  2. Replies
    35
    Views
    20,013

    Just follow up with the my test. It is...

    Just follow up with the my test. It is interesting that because I didn't specify the SCK's direction which killed the engine for SPI. Right now it is working. A little tricky problem, and anyway I...
  3. Replies
    35
    Views
    20,013

    As I found out the reads are all zeros, I use...

    As I found out the reads are all zeros, I use os-scope to track the signals and found out that there is totally no signals out in SCK, therefore no SDI because the master is not generating clocks....
  4. Replies
    35
    Views
    20,013

    Still with no results... The reads I get for the...

    Still with no results... The reads I get for the four variables are all zeros. I mean X1 to X4.It seems like there are response from SDO. But never get anything in SDI from the os-scope. It is...
  5. Replies
    35
    Views
    20,013

    Thanks Paul:-) Really it is not quite easy. Last...

    Thanks Paul:-)
    Really it is not quite easy. Last time it took me several days to find out the problem with SHIFTIN SHIFTOUT. I am sure the chip is working with those commands. But you know it is too...
  6. Replies
    35
    Views
    20,013

    Actually I could use SHIFTIN and SHIFTOUT for...

    Actually I could use SHIFTIN and SHIFTOUT for accessing the F-RAM memory, as you told, it is a "comedy" wiring error, it seems like totally reversed. But for hardware SPI, I think the MISO,MOSI...
  7. Replies
    35
    Views
    20,013

    Thanks Paul for your shared codes!!! It is great....

    Thanks Paul for your shared codes!!! It is great.
    I did the same test, but used PIC16LF877(3.0V) and FM25V10(3.0V,1Mbit). I think the communication is the same, only with some minor modifications. I...
  8. Replies
    35
    Views
    20,013

    Hi Paul: I am actually trying to figure out the...

    Hi Paul: I am actually trying to figure out the hardware SPI module for F-RAM. So can you share your codes for that part? I appreciate it very much!!!

    Vinson
  9. Replies
    1
    Views
    2,282

    Need Help ON the SPI F-RAM....

    I am trying to inteface SPI-FRAM with PIC16F877A for a long time. I am sure the hardware connection is correct. Just got some wired results....See anybody can tell me what's the reason and is there...
  10. Replies
    10
    Views
    7,990

    I tested on a separate circuit with a 3.0Voltage...

    I tested on a separate circuit with a 3.0Voltage supply using PIC16LF877A and this Ram chip. There was some results come out, but not correct....
    For example I wrote 100 into the first 100 location...
  11. Replies
    10
    Views
    7,990

    Thanks Darrel I will test separately and see if I...

    Thanks Darrel I will test separately and see if I could get it through
  12. Replies
    10
    Views
    7,990

    Yes, I am using the LAB-X1 board for this test....

    Yes, I am using the LAB-X1 board for this test.
    I provided a 3.3V power supply for the SRAM. But for the SI SO SCK pins I didn't modify them to 3.3V,just connect them directly to the SRAM's pins.
  13. Replies
    10
    Views
    7,990

    The data I read out for BI is always 255...

    The data I read out for BI is always 255...
  14. Replies
    10
    Views
    7,990

    Problem with connection to SPI SRAM 23K256

    I am trying to connect the SPI SRAM 23K256 with PIC16LF877a, double checked everything about the connection and the codes,still no result...
    The following is the test code I am using..I appreciate...
  15. Replies
    11
    Views
    7,404

    Thanks Norm the your suggestions and the sample...

    Thanks Norm the your suggestions and the sample codes. IN the manual it sounds like 1~256 is a flexiable range that can be written. Any way I will try it out later.
  16. Replies
    11
    Views
    7,404

    Sounds good. The EEPROMs require a 5ms wirting...

    Sounds good. The EEPROMs require a 5ms wirting circle typically from Microchips. While it can be reduced to about 3ms as I tried.
  17. Replies
    11
    Views
    7,404

    Yes, Alian is right and hardware is the core...

    Yes, Alian is right and hardware is the core constrain. I did some revise for the previous codes like reading the accelerometer(six bytes register for three axes) in one I2C read, and the same...
  18. Replies
    11
    Views
    7,404

    Thanks a lot! It has been long since my visit of...

    Thanks a lot!
    It has been long since my visit of this site here. Year, pretty much the chips you provided could solve the speed issue, also with a smaller package!
    I
  19. Replies
    11
    Views
    7,404

    First, thanks a lot for your reply. While, it...

    First, thanks a lot for your reply. While, it does work if I reduce the I2CRead commands. So, do you think it could be better, if I use assembly codes to perform the I2CReads and I2Cwrites? What am...
  20. Replies
    11
    Views
    7,404

    Two Issues with PICbasic's Efficiency

    I've been trying to build a vibration sensor with the PIC16F877. The sensor essentially has an tri-axis digital accelerometer using I2C or SPI, an serial EEPROM. The program works for fine for...
  21. Problem for accessing 24AA1025 second segment

    I am trying to use 24AA1025 for data storage.
    Word address <ADD> and word variable <DA>. I am trying to save DA into the EEPROM memory at a bandwidth of 50.
    I read through all the datasheets and...
Results 1 to 21 of 21