This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EEPROM and INTERRUPTS

Hello,

I now have to disable the interrupts to use EEPROM read and write. What is the reason for this? For flash writes I can understand since the code executes from flash, but for EEPROM, and especially for EEPROM reads... Is there a workaround? Is it a NEW COMPILER BUG? I didn't do it with the last project and it worked 110%. Without it, the EEPROM is almost entirely useless.

Answers by reply only please.

Nick

Parents
  • I now have to disable the interrupts to use EEPROM read and write. What is the reason for this
    most likely an atomicity issue OR
    if the EPROM is SPI it might be timing out when you have heavy interrupt activity OR
    something that can not be deterined by the sparse info you give

    Is it a NEW COMPILER BUG?
    very unlikely

    Answers by reply only please.
    what does that mean? how can you answer by anything but replying

    Erik

Reply
  • I now have to disable the interrupts to use EEPROM read and write. What is the reason for this
    most likely an atomicity issue OR
    if the EPROM is SPI it might be timing out when you have heavy interrupt activity OR
    something that can not be deterined by the sparse info you give

    Is it a NEW COMPILER BUG?
    very unlikely

    Answers by reply only please.
    what does that mean? how can you answer by anything but replying

    Erik

Children
No data