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.

Problem regarding energia msp read write library

Other Parts Discussed in Thread: ENERGIA

I am using energia software and stuck with problem of writing integers in msp flash .

It is having built in library for read and write in flash bjt it is only ment for writing characters in flash can some please help me out for writing integers in msp flash

  • The library functions require a pointer to the flash location, pointer to the source or destination, and length (number) of characters to be transferred. Since a character (byte) is half of an integer (word), simply perform a flash read/write of two lengths for every integer desired. You can also refer to the 43oh forum as they have more expertise concerning Energia libraries.

    Regards,
    Ryan
  • Thanku ryan for your guidance
    Can you help me one more times
    I am not able to register with energia official forum so putting my problems here

**Attention** This is a public forum