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 nmem

  1. N

    [ARM] EEPROM interfacing with cortex M0

    [Moved]c code required for atmel SAM microcontroller Can anypne please share the code of connecting 22AA64F eeprom with atmel SAM4E micocontroller.?
  2. N

    function, pointer to an instance

    I am interfacing 24AA64F with Atmel SAM4E, the eeprom speed is upto 400KHz and the processor speed is 120MHz. I wanted to downconvert it. Its my first time working with I2C so having a lot of confusions. there is a register TWI_CWGR and I need a value to be loaded in it. First option may be I...
  3. N

    function, pointer to an instance

    Hello. I am confused in c programming when a function is called by (pointer to an instance). For example in the code below: /** * Set the I2C bus speed in conjunction with the clock frequency. * param p_twi Pointer to a TWI instance. * ul_speed: The desired I2C bus speed (in Hz) (ul_speed to...
  4. N

    [ARM] EEPROM interfacing with cortex M0

    Ok I hope that will help me. :)
  5. N

    [ARM] EEPROM interfacing with cortex M0

    Its an external eeprom 24AA64F. I have to configure TWI_MMR register (microcontroller: AT SAM4E). Is there any clock generator required? As the maximum speed for eeprom is 400KHz and for microcontroller is 120MHz, For down conversion if I load 0C hex, in which register I should place the value?
  6. N

    [ARM] EEPROM interfacing with cortex M0

    Hello I have to program cortex M4 microcontroller with eeprom to receive and send some bytes. I should use bit fields to program it or complete byte registers such as TW_CR? mem

Part and Inventory Search

Back
Top