Hello,
i am programming with kl27 processor and sensors.
I can get sensor data and print on console window.
I added USB HID driver and it works good.
I would like to make a program which can show the data as number or graphs.
Which tool or how can I make that with Kinetis design studio?
Is there some methods or example?
Thanks and have a good weekend
Hi @itr1718 ,
you should consider using MCUXpresso IDE and not Kinetis Design Studio as it is legacy.
See https://mcuxpresso.nxp.com and https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-i...
As for what you want: have a look at https://www.nxp.com/design/software/development-software/freemaster-run-time-debugging-tool:FREEMAST...
I hope this helps,
Erich
Hi @ErichStyger ,
thanks for your recommendation.
I am almost done with my work. I would like to change after this work.
But Freemaster looks like just for debugging.
I want to find a solution such as qt creator which can make a executing program on or with kds.
Because I want to run sensors and board also without kds and show as graphs or numbers on a window.
Is there something for the solution?
No, FreeMaster is not only for debugging: it provides a complete graphical front end to inspect and view the data, but as well the ability to interact with the target.
Other than that: we have used a lot applications with C# and WPF for this kind of things: all what you need is to define a simple protocol e.g. over UART and hook a MS Visual Studio application on it.
Of course you can do this as well with QT or any other framework you like to use.