Re: [Flashforth-devel] RTC PCF8563T driver
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-29 17:07:30
|
Hi, if somebody seeks a driver for popular PCF8563T RTC (with lowest backup current consuption (200nA), afaik) you may find it at: https://github.com/igor-m/EXPERIMENTAL_FF/tree/master/examples Needs an i2c low level driver, for example from PeterJ for pic24. Igor ______________________________________________________________ > Od: "om1zz" <om...@vo...> > Komu: "flashforth-devel" <fla...@li...> > Datum: 27.05.2015 19:36 > Předmět: Re: [Flashforth-devel] SPI FRAM and MRAM memory drivers > >Hi, >there is a new driver for magnetoresistive MRAM (Everspin) MR25H40, 512kBytes, 8pin. >Together with below FRAM (Ramtron, now Cypress) this is a great solution when you require a nonvolatile external 8pin SPI memory >with up to 40/50Mhz SPI clock and write such fast as read (no write delays like eeprom/flash, no page buffers). >Unlimited endurance. >Could be used as a standard SPI sram, but nonvolatile (no external backup battery needed). >Now we need a tiny filesystem written in forth :) >Igor > |