Discussions au sujet de NI LabVIEW

annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

STM32

hi,

i want to know how to communicante my carte STM32 with LabVIEW ?

0 Compliments
Message 1 sur 6
3 636 Visites

Tu peux utiliser l'interface UART du STM32 pour établir une communication série avec le PC où LabVIEW est installé. Tu pourras ensuite utiliser les vis de la palette Instruments I/O -> VISA -> Advanced -> Bus Specific -> Serial pour communiquer avec ta carte.

 

Ben64

0 Compliments
Message 2 sur 6
3 606 Visites

hi ,

could you please explaine more . this is my first time using stm32 with LabVIEW . usually i use Keil to programme stm32 .

0 Compliments
Message 3 sur 6
3 581 Visites

Hello,

You are in the french part of the forum, so it's better to write in French. But maybe, you speak only English.

If you want to programm your STM32 with LabVIEW, it's not so easy. To accomplish this you need the module LabVIEW Embedded for ARM which is no more available since LabVIEW 2013. If you d'ont have it you cannot programm your STM32 with LV.

If you have it, LV can generate code for ARM. In Fact it generates C Code then the code is compile with Keil. But, if it's not an ARM target offciailly supported by the module, you have to do the implementation of the drivers in LabVIEW to make the code generation possible.

 

What propose @ben64, is a way to exchange data between LV and your STM32 by communicating throught Serial link. But you still needs to develop a code for your STM32.

 

Best regards.

Maxime R.  

  CLA - Certified LabVIEW Architect / Architecte LabVIEW Certifié
  CTA - Certified TestStand Architect / Architecte TestStand Certifié

0 Compliments
Message 4 sur 6
3 570 Visites

Bonjour , 

je travaille avec LabVIEW 2018 , est-ce qu'il y une méthode pour programmer ma carte stm32 avec   LabVIEW ? 

Cordialement .

0 Compliments
Message 5 sur 6
3 567 Visites

Bonjour,

 

Je vouas laisse lire mon message précédent. La réponse est non. Il n'est pas possible de programmer en LabVIEW 2018 des microcontrôleurs STM32.

 

Cordialement

Maxime R.  

  CLA - Certified LabVIEW Architect / Architecte LabVIEW Certifié
  CTA - Certified TestStand Architect / Architecte TestStand Certifié

0 Compliments
Message 6 sur 6
3 552 Visites