Hi,
I have the project for emulate eeprom in msp430. I can use the value line,MSP4305438A etc.
I can't to start this project and I want the source code for develop in the project.
Please suggest me.!!
Thanks you.
Duanpen,
bee_0557@hotmail.com
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have the project for emulate eeprom in msp430. I can use the value line,MSP4305438A etc.
I can't to start this project and I want the source code for develop in the project.
Please suggest me.!!
Thanks you.
Duanpen,
bee_0557@hotmail.com
Hi,
if you are aware about porting application code and if you well understand lot of code lines, you can look how emulated EEPROM is done into TI's zigbee stack (ZStack).
Download a stack designed for TI's MSP430 from http://www.ti.com/tool/z-stack , I think you will/should use ZStack-EXP5438-2.5.0.
Install it and check the files :
- (you_install_dir)\ZStack-MSP5438-2.5.0\Components\osal\mcu\msp430\osal_Nv.c
- ZStack-MSP5438-2.5.0\Components\osal\include\osal_Nv.h
- ZStack-MSP5438-2.5.0\Projects\zstack\Tools\MSP5438\MSP430xxxxxx.xcl
You should find documentation about Non Volatile memory into ZStack-MSP5438-2.5.0\Documents\osal_api.pdf, reading chapter 11 (Simple Non Volatile Memory API)
It can be a little bit complicated, but it works fine with the stack.
Hope this helps,
Yoann Hilairet
Hi Yoann Hilairet,
Thanks you very much for you help. I will try your suggest.
Thanks you.
Best Regards,
bb
**Attention** This is a public forum