tf_archiv Posted December 30, 2011 at 03:17 PM Share Posted December 30, 2011 at 03:17 PM Hallo Über golem.de habe ich von eurem Produkt erfahren...finde es toll. Ich möchte gerne wissen, wie denn die .bin für die Firmware entsteht. Woher weiß meine Entwicklungsumgebung (Visual Studio C++ z.B.) welcher ASM Code erzeugt werden soll?? Immerhin hat ja jeder Prozessor seinen eigenen Befehlssatz. Viele Grüße Christian Quote Link to comment Share on other sites More sharing options...
tf_archiv Posted December 30, 2011 at 03:17 PM Author Share Posted December 30, 2011 at 03:17 PM Hallo Christian, Wir erstellen die .bin mit dem arm-none-eabi-gcc. Die firmwares sind in C geschrieben. Den Code dazu kannst du auf github finden: https://github.com/Tinkerforge Ich glaube allerdings es gibt hier ein Missverständis. Wenn du eines unserer Module steuern möchtest tust du das vom PC aus. D.h. du nimmst dein Visual Studio und schreibst eine ganz normale Windowsanwendung die unsere C/C++ API verwendet. Diese spricht mit dem "Brick Daemon" (http://www.tinkerforge.com/doc/Software/Brickd.html), der wiederum kommuniziert mit den Modulen über USB. Dein Visual C++ Programm wird _nicht_ auf die Module gespielt. Grüße, Olaf Quote Link to comment Share on other sites More sharing options...
tf_archiv Posted December 30, 2011 at 03:18 PM Author Share Posted December 30, 2011 at 03:18 PM Schade, Ich dachte mir schon dass man einfach drauf los programmieren könnte und die Module im Anschluss ohne PC Ihre Aufgaben erfüllen - ist dafür ein "Logic"-Brick geplant? :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.