Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
12 years ago.
Problems while using semihost_powerdown() on LPC11U24
Good Morning. The problem is: if I try to utilize the function semihost_powerdown() while the system is battery powered then there is no way save data on local memory.
What can I do?
Best Regards
2 Answers
12 years ago.
You could use a dedicated local memory for the LPC11U24 (I2C or SPI EEPROM; SPI to SD Card). You can also try to power up I/F chip before file I/O and then power down again when you are done.
12 years ago.
There is more info here http://mbed.org/handbook/Beta and here http://mbed.org/forum/bugs-suggestions/topic/434/?page=1#comment-14029
Quick read suggests that you may not be able to wake up the interface chip again after powerdown unless the power is cycled. That would make it hard to use for your purpose. In that case a dedicated SD card or EEPROM would be the best option.