Tool/software: Code Composer Studio
Hi,
I am using the flash api given by TI but there is something missing in the documentation given.
The flash reference guide (www.ti.com/.../spnu629a.pdf) points out that :
Fapi_issueProgrammingCommand. It can program from 1-bit up to 8 16-bit words
( u16DataBufferSizeInWords -> number of 16-bit words in the Data buffer )
But looking in the parameters of the function I see:
u16DataBufferSizeInWords = number of 16-bit words in the Data buffer
So if the flashed buffer is defined in minimal units of 16bits words, how can I program just 1 bit?
Should I read before the specified address, and after edit one bit flash the 16 bits again? Or there is some special trick which I am mising?
Thanks in advance