Tushar Ahire said: Is this because of so many changes in compiler code from 4.1.x to 16.9.x ?
Yes. Compilers released so far apart will have many differences in the code generated for the same source. Despite these differences, the code acts the same…
Hi Chander,
I think the two cases are strictly correlated, but in my case the set request data is bigger than chunk_size, so it is splitted in multiple packets ("set with block" method).
Regards,
Alan
Part Number: MSP430F67791 Hi, I purchased EVM430-F6779 kit a while ago and was provided with the calibration software to calibrate the meter. I'm experimenting on the kit and need to edit the software and enhance it. Calibration GUI given in page 30 of…
Hey ,
you said you can connect in High security mode with Gurux
so you just had to edit the source code ?
i checked the source code of Gurux and i am not sure if High security is implemented for TI or no , or if it's there but not visible in the…
Hi Steve.
I found out why I wasn't getting any readings. It was due to the fact that when I proggramed the micro, I havent't done the calibration as suggested, so the app uses the values from memory, and flash memory data had been erased, so they were…
Hi,
You mentioned that your code worked well in development but it not working once you integrated it with your project. So if I understand it correctly the code works on a TI EVM but not on your custom board? This is most likely an issue related to…
Other Parts Discussed in Thread: MSP430F6779A , MSP430F67791A , MSP430F67791 Hi All,
I have a similar problem, that was in e2e.ti.com/.../1728640 post, but my RTC don't reset after power off - it stop and continue after power on.
I connect 3V battering…
The comment in the posted schematics reads "see the device-specific data sheet". I suggest following this recommendation. Does the data sheet tell about buffered inputs or not? If not, then not. :)
Hint: nothing in the datasheet indicates that there…
Hello Ryan Brown1
I want to calculate THD for upto 7th or 15th Harmonic so is there any flow diagram available for that.
What I am doing for that is I am taking samples and doing fourier transform of it for 16 samples every cycle and because of that…