Other Parts Discussed in Thread: ENERGIA
Hello Team,
I've a problem to compare the parameter byte shifting issue to compare between GUI and my Energia program code.
Here is find the dump profile data and chart which measured in one samples and difference configuration setting. It could see the GUI's dumping data show the first 4 byte parameter are [7, 81, 154, 244]. However, while used the Energia with difference baud rate and the owuShift in .cpp file that all of the first 4 byte parameter are difference and seem the parameter shifted.
It is cause to affect the decay period time after burst stage and it is serious problem in our application because we measure in short distance.
Here i list out the first 4 byte as below:
GUI [7, 81, 154, 244]
Energia : 115.2k, owuShift =2 [6, 205, 255, 255]
Energia : baudrate=9.6k, owuShift = 2 [81, 159, 244, 255]
Energia : 115.2k, owuShift = 0 [7, 107, 22, 205]
Energia : 9.6k, owuShift = 0 [7, 45, 81, 159]


Here is my question :
1. Why and how the difference buadrate and owuShift affecting the fist byte paratmer?
2. How we figure out the the parameter byte shifting to align with GUI parameter?
3. Any Energia reference code can show and detect this parameter shifting issue?
Thanks,
Leo