kinetis design studio floating point implementation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

kinetis design studio floating point implementation

917件の閲覧回数
durgesh_singh88
Contributor I

Hi guys, i am using k60 microcontroller and kinetis design studio for my project, i am facing problem in displaying floating point data on the serial port, here i am using the processor expert(debug_printf), but that is not working.so i would like to ask is there a way to display floating point number on serial port using processor expert?#

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

771件の閲覧回数
mjbcswitzerland
Specialist V

Hi

Just sprintf() the floating point value to a char buffer[] and send it to the serial interface as you would send any string.

Regards

Mark

0 件の賞賛
返信