-
Hi all, I have a question about the NVM context management. Actually, we want to optimize the access to the EEPROM of our devices. Indeed, we would like to know:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
In my recent experience it seems like it tries to write hundreds of EEPROM bytes for every packet received (which takes seconds on the STM32L0). I had to disable context management completely... there are not many comments anywhere in the stack so I couldn't dig deeper. |
Beta Was this translation helpful? Give feedback.
In my recent experience it seems like it tries to write hundreds of EEPROM bytes for every packet received (which takes seconds on the STM32L0). I had to disable context management completely... there are not many comments anywhere in the stack so I couldn't dig deeper.