User Activity

Posted on April 22, 2012 at 00:24The EEPROM emulation demo uses Flash pages 2 and 3 (16 Kbyte pages).  Flash pages 0 and 1 are also 16 Kbyte pages. WHat happens when your program is longer than 32 K?  Is the linker smart enough to skip Flash pages 2...
Posted on April 11, 2012 at 14:55I need to re enable interrupts in an interrupt service routine so I can do some I2C communication (my I2C driver uses the error and event interrupts).  But I'm not clear as whether I should use CPSIE i or CPSIE f to ...