• Read/Write from register
    hi I am trying to implement a filter on my Cortex m-0 based FPGA the main idea of this project is to create an accelerator from my C code to reduce the execution time ..and since my accelerator was...
  • at24c32 read and write issue
    hi, i try to read and write to at24c32 memory/ i am using pic technology. and every data that i read is 0xff. i cant read from the memory. please check my program. i have two version: ver 1...
  • How to read and write from EEPROM
    i am using atmel 89c51rd2 controller for developing application. i have interfaced an 2k atmel AT24C02A EEPROM with the controller. can anybody of u tell me how to read and write to the EEPROM. i need...
  • Read and Write
    Hi Since I want to set three input and one output so my code would be like that: //Configurations sbit READ_1=P1^0; sbit READ_2=P1^1; sbit READ_3=P1^2; sbit SEND=P1^3; READ_1=1; //INPUT...
  • Is there any difference in write and read configuration into/from external memory
    Hi, I am using STR912FA44 CPU. I am tryring to access an external memory (SRAM) in non-mux mode. Because I am new in ARM, I used examples about EMI(I downloaded from http://www.st.com ). While read...