2017-08-15 06:05 AM
...
2017-08-15 07:14 AM
Suggest you take a sample data set and then apply your algorithm and review the data on a PC based system.
If the logic works there, look at the execution time of the algorithm on the target.
2017-08-15 09:56 AM
Thanks Clive
I don't know about pc based system.
Do you explain more detail about your answer?
Or is there any reference of programming?
2017-08-15 10:40 AM
A native C/C++ compiler on your Linux/Windows PC. I use Microsoft Visual C
Create a data set, and a framework to hold your processing code which can be feed with this data, and you can plot/analyze the output vs expectations.
2017-08-15 08:28 PM
I solve this error, but I don't know how to fix it.
I change type of two variables compare_index, button_click uint8_t to uint32_t.
Only change the type, program working well.
Do you know the reason?