• Adding External E2PROM, PROM or SRAM to a basic M0 development board
    I'm not quite sure if this is the right place to ask the question so please forgive me if I've made a mistake. I am developing a variable-rate ACELP Wideband decoder for the M0. While the code and work...
  • Adding External E2PROM, PROM or SRAM to a basic M0 development board
    I'm not quite sure if this is the right place to ask the question so please forgive me if I've made a mistake. I am developing a variable-rate ACELP Wideband decoder for the M0. While the code and work...
  • LPC1114 read/write 24AA00 E2PROM
    Hello, Is there any ready to use function to read/write I2C E2PROM using the LPC1114? I´ve tested some code I found but they don´t seem to work correctly.
  • LPC1114 read/write 24AA00 E2PROM
    Hello, Is there any ready to use function to read/write I2C E2PROM using the LPC1114? I´ve tested some code I found but they don´t seem to work correctly.
  • storing constant at end of flash
    I need to store a constant at the end of the flash space and I've tried using const long x1 __attribute__((at(0x1FFF8))) = 0x12345678; /* RO */ or const long flash_key __attribute__((section...