cancel
Showing results for 
Search instead for 
Did you mean: 

ADC DAC coding problem

Sangkyu Kim
Associate II
Posted on August 15, 2017 at 15:05

...

4 REPLIES 4
Posted on August 15, 2017 at 16:14

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 15, 2017 at 16:56

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?

Posted on August 15, 2017 at 17:40

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 16, 2017 at 03:28

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?