Portage Labview ARM module sur Atmel AT91SAM9263 - Problème de debug

Bonjour, je suis actuellement en projet d'études et je doit utiliser Labview sur un ARM9 d'Atmel : le AT91SAM9263.
J'ai suivi le tutoriel de NI pour effectuer le portage mais je n'arrivepas à debugger avec Labview.
En compilant avec Labview puis en passant seulement par Keil j'arrive à debugger mais cela ne sert à rien car le code généré par Labview est difficilement compréhensible. L'intérêt est donc de passer par le debug via Labview mais cela ne marche pas.
J'obtiens l'erreur suivante :
[10:53:09] Status: Error
Timed out waiting for a response
Detail: [UVSC_DBG_ENTER, MSG: 0x500E, STATUS: 0x1D] (29)
Status: Run failed.
Est-ce que quelqu'un aurait une idée pour résoudre mon problème ?
Peut être que quelqu'un a déjà effectué ce portage et pourrait m'aider.
Merci d'avance

Duplicate
Benjamin R.
R&D Software Development Manager
http://www.fluigent.com/

Similar Messages

  • Labview arm module

    hi every one,
            my project is remote patient monitoring using arm with labview based embedded plotform..I have the  arm7  LPC(2378)  processor  . can i use import labview arm module in that processor...also give some useful link to the project...

    Don't know about your project, but LabVIEW Embedded Module for ARM Microcontrollers "project" is here:http://www.ni.com/arm/

  • How can we store code permanent into lm3s8962 through labview arm module?

    I am using labview 2012with arm module.I got problem that my code is not store  permenent  into lm3s8962 luminary board so when i unpuggled the board then loaded code erased. so is their any setting should done which can store code permenent into the  lm3s8962 luminary board..?

    After a build in LabVIEW you can see the code in KEIL uVision. I think that your project is already set to download it to the flash.
    I think you have set the option in de LabVIEW build: enable debugging and Generate guard code.
    when you uncheck them, your application wont need a kick from your debugger to start the application..
    Wouter.
    "LabVIEW for ARM guru and bug destroyer"

  • Labview arm spi protocol

    Hi,
    I`m trying to read out an Interpolation-Hardware using the SPI-Port of the lm3s8962-Eval-Board.
    Does anybody know the type of SPI-protocol used in the Labview-ARM-Toolkit.
    For my Slave-Hardware i need the Freescale-Protocol(16Bit)....
    At the moment i can sent data but i dont recieve anything.
    I also need to know if its possible to change the settings of the SPI-Configuration(maybe to change the time between data-packeges).
    I`m using: Labview2011+Labview Embedded for ARM-Module+lm3s8962-Eval-Board(not the usb-type)+GEMAC IP2000 (Ipo-IC).
    Thank you for help!

    I think as SPI doesn´t specify a particular protocol so do the LabVIEW ARM SPI functions.
    You are free to change all the parameters the Interface offers, so there is no special protocol used with the
    LabVIEW ARM Module. Please check out the SPI-documentation of your slave with respect to timing and clock configuration.
    I´m sorry, but thats all I can say.
    Marco Brauner NIG

  • Labview ARM embedded Module

    I just watched the NI webcast of the ARM module for labview where it
    shows how you can download an application directly onto a target (NI)
    arm board...
    Anyone know if you can download it onto a non-NI arm board? Besides
    a usb-jtag connection, I would imagine that the user would need to
    program some sort of custom board support package in order for labview
    to know what variety of ARM processor its working with.
    Also, is there a way to hand tweak the generated c-code and compile
    it separately. Don't know what ARM compiler NI uses (probably gnu
    based), or if it's even selectable, but we use different arm compilers
    on different projects, so it would be nice to compile and link labview
    generated code to some of our existing code/libraries.

    Behind the scenes, the LabVIEW Embedded Module for ARM Microcontrollers
    uses the Keil uVision development toolchain to compile, download, and
    debug applications on ARM Microcontrollers.  Therefore, any devices
    that are supported by the RL-ARM Real-Time Library can be programmed
    with LabVIEW. Have a look at the following article:
    ARM Devices Supported by LabVIEW
    If you would like to run LabVIEW on another processor, read this tutorial on using a Tier2 ARM device with the LabVIEW Embedded Module for ARM Microcontrollers.
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Project build problem - Labview ARM STM32F103

    Hello,
    i`m trying to make project using LabVIEW Embedded Module for ARM Microcontrollers 2010 and my STM32F103 board. Everything is fine . I made new project, added some outputs, but when i try to build it, it stucks for a while and I get error:
    [17:38:59] Status: Error
    Unexpected error occurred.
    [Source: Cannot read project file 'C:\Users\Sh\
    Documents\Untitled Project 1\STM32F103x\
    Application\0.061\Project\LabVIEW.uvproj' !
    Timed out waiting for a response
    Detail: [UVSC_PRJ_LOAD, MSG: 0x201F, STATUS:
    0x1D] Code: 29]
    I`m using that target : http://forums.ni.com/ni/attachments/ni/420/2699/1/STM32F10x.zip
    Any ideas what might be wrong?
    Thanks.

    Hi mark331
    I would recommend You to go in details through forum http://forums.ni.com/ni/board/crawl_message?board.id=420&message.id=1886. There is multiple number of tips and instructions about ARM STM32F103 and LabVIEW.
    I am pretty sure, that You can find an answear there.
    Best regards
    Barbara

  • Can LabView FPGA module work with non-NI FPGAs?

    Simple Question: Can the LabView FPGA Module work with other FPGAs? Im assuming yes, but id like ot make sure first. Normaly I go with NI for most of my stuff, but they just are lacking in the FPGA hardware for what I need, but Im accustumed to LabView so I would like to stick with that to program it.
    Thanks!
    -Mark

    Using LabVIEW and LabVIEW RT you can access the registers on any PCI/PXI card using the NI-VISA driver. NI-VISA also allows you to handle interrupts and DMA data. For interrupts you will not actually write an interrupt service routine (ISR) in LabVIEW. Instead the VISA driver will acknowledge the interrupt to the card and then pass a VISA event to the LabVIEW application letting the application know that it needs to process the interrupt. Detailed information about this type of programming is available in the following documents.
    Using the VISA Driver Development Wizard and NI-VISA to Register-Level Program a PXI/PCI Device unde...
    Configuring LabVIEW Real-Time and NI-VISA to Recognize a Third Party Device
    Configuring LabVIEW Real...
    Developing a LabVIEW Real-Time Driver for a PXI or Compact PCI Device
    Porting a Windows PCI Device Driver to LabVIEW Real-Time
    Considerations in Implementing LabVIEW Real-Time Drivers
    Christian L
    Christian Loew, CLA
    Principal Systems Engineer, National Instruments
    Please tip your answer providers with kudos.
    Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
    or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
    to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense

  • Program LPC2378 with code generated by LabView ARM embedded, without using LabView

    I would like to use the C files that are originally generated in LabVIEW ARM embedded module, and use Keil software (or other lower cost) to load these files into custom boards with LPC2378 controller without LabView.  Are there detailed instuctions for this?  I am using version 8.6 and the ARM embedded module is 1.1.  
    My reason for this task is boards are being made in a maufacturing facility oversees, and they need to be programmed at their end. 
    I read a forum describing the use of  hex files, but not enough detail for me to figure this out.
    Thanks in advance.

    Hey Bob,
    What you're looking to do should be possible. You'll just need to build the application in LabVIEW, then you should be able to use the uVisions command line to deploy the system. As for the C code itself, it gets generated when you build your build specification and you should see it placed in the same directory as your labview project in a folder named the name of your project. For example, if your project were called My ARM Project, you'll see a folder called "My ARM Project" created/updated whenever you build the build specification in that project and it will contain the C Code. To see the code organized logically, after building your build specification, right-click on the ARM target and select "Show Keil uVision". This will open a uVision window in "LabVIEW mode" and you'll be able to see all of the C files associated with you application; your VI specific code will be under a folder titled "VIs". You could also just open the C code files from disk in uVision, which is what you'll need to do if LabVIEW isn't installed. The main LabVIEW project can be found in the built directory described above as the LabVIEW.uvproj file in the "target"/Application/"uvision version"/Project directory. For example my main file was built in MyProject\EK_LM3S8962\Application\4.01\Project. From there, you'll need to follow uVision's process for compiling and deploying the target code from their command line:
    Command Line
    http://www.keil.com/support/man/docs/uv4/uv4_comma​ndline.htm
    Hope this helps!
    --Ryan_S

  • LabVIEW FPGA Module Error Code 10 when creating bitfile

    I am recieving the following error message when trying to compile a vi:
    Internal Error
    An internal LabVIEW FPGA Module error occurred at the following stage: Creating Bitfile.
    Error Code: 10
    Error Text: Create Folder in nirviRecursiveCreateFolder.vi-
    >nirviRecursiveOpenFile.vi->nirviWriteBitFileInformation.vi-
    >nirviCompileDownload.vi->hardware_template.vi
    If this problem persists, please contact National Instruments.
    Any help would be appreciated.  I am not very familiar with LabView, and am trying to run code generated by a grad student several summers ago.  If more information is needed, let me know and I will try to provide it.
    Thanks

    Arkolbus-
    It sounds like the compiler is having some trouble creating a folder that it needs to generate the bitfile.  First, check all of the usual things: are you an administrator? do you have worte access to the "FPGA Bitfiles" folder in your project?
    If it looks like you should be able to write the file, you can try posting your project (zipped) and let someone on the boards try to compile it (be sure to let us know what the versoin is). If we can compile it without issue you may want to try repairing your FPGA module installation.
    Xaq "Bulldozer"

  • Anyone worked on LabVIEW PDA module for Pocket PC?

    LabVIEW 7.1 PDA Module is claimed having the new features:
    * DMM support for helps you build portable instruments using a PDA
    * Tab controls, graph zoom, and additional control customization improve development of professional applications for PDAs
    Does anyone has any working example for the ZOOM and for DMM4050? The NI website's example for DMM does not work for LabVIEW 7.1 PDA Module.

    Installing the driver for the NI PCMCIA-4050 is a little more complicated than other installations. You will have to follow the exact procedure stated in the "NI 4050 for PDA Readme.htm" file. I pasted the important information here:
    Installing PDA files:
    Place nirlpdriver.dll and NI4050DLL.dll in the \Windows directory
    Place the NIRLP 4050.exe in the \Windows\Start Menu directory
    Installing LabVIEW support:
    Copy the LabVIEW\NI4050 folder into the C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\PDA folder
    Copy the ni4050.mnu file into the C:\Program Files\National Instruments\LabVIEW 7.1\user.lib folder
    Installing LabVIEW examples:
    Copy the LabVIEW\Examples\NI4050 folder into C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA
    Getting Started
    Before the NI-4050 will be recognized by the PDA, you must run the NIRLP 4050.exe. This EXE will install the registries needed by the PDA to recognize the hardware as well as a test routine which allows you to verify that the device is properly installed.
    Once the device has been tested, you are ready to begin building your own LabVIEW PDA application with the NI-4050.
    If you are new to developing PDA applications with LabVIEW, read the LabVIEW PDA Module User Manual.pdf for getting started. You can find the manual by going to Start>>Program Files>>National Instruments>>LabVIEW 7.1>>Module Documents>>LabVIEW PDA Module User Manual.
    There are several examples which come with the NI4050 for PDA. You can find these examples in the C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA\NI4050 directory.
    When building code for your PDA which includes the NI4050, make sure to manually add the NI4050DLL.lib file in the LabVIEW 7.1\vi.lib\PDA\NI4050\Include directory. To do this, in LabVIEW go to Tools>>Build for PDA and then select the “Source Files” tab, press the Add File button and browse to the NI4050DLL.lib file.
    Without these actions, your application will not work. Make sure that you install the NI PCMCIA-4050 driver AFTER an optional NI-DAQmx Base install.
    Please let me know if you are still having issues after following all the directions from the readme-file.
    - Philip Courtois, Thinkbot Solutions

  • How to create a login interface in labview PDA module?

    How to create a login interface in labview PDA module? So that it checks with a list of usernames and passwords and allow to go to another VI?
    Anu

    Anu,
    I've attached a really short example that does something like what you're talking about.  It just compares the user's username and password a pre-determined username and password and then "logs the user in" based on that comparison.  Like Greycat said, you probably want to store this username and password info in some sort of file on the PDA that's in an encrypted format for both security and flexibility of your application.
    I hope this helps,
    Justin D.
    Applications Engineer
    National Instruments
    Attachments:
    LoginVI.vi ‏17 KB

  • How can I install (download) a Labview FPGA code onto Altera FPGA chip using Labview FPGA module?

    Hi there
    Guys i'm a very new labview user (PhD student), my project is about ( design and implementation of a high speed-yet sophisticated system using Labview environment then install this project's code (using Labview FPGA module) onto Altera-made FPGA chip).
    so kindly, can any body help me in this?...is there any way to connect labview with Altera FPGA?...please anything would be said 'd be of great benifits
    thanks a lot in advance.

    as previously mentioned, labview fpga only supports national instruments targets utilizing xilinx fpgas. the hdl generated by labview fpga is encrypted and cannot be used to synthesize a design outside the labview fpga design flow. 
    however, if you must use labview for your project, it might be possible for you to design the system in labview and use one of the labview embedded modules ( http://www.ni.com/embedded )to generate c code which you can then port to systemc and compile for the altera fpga. i'm not saying it will be easy, but it should be possible. 

  • Labview fpga module 8.6

    I want use labview FPGA modul 8.6 can somebody help me to dowlaond this modul thanks

    Hi scream,
    It would best contact your account representative within National Instruments, they will be able to determine how to best deliver this module to you.  Thanks!
    Matt S.
    Industrial Communications Product Support Engineer
    National Instruments

  • Labview fpga module Spartan 6 LX9 FPGA

    Does Spartan 6 LX9 FPGA  supported in labview FPGA module ?

    varunme,
    The only FPGA targets that can be programmed with LabVIEW FPGA are National Instruments FPGA products (cRIO, sbRIO, R-Series, FlexRIO, etc) and the Xilinx Spartan 3E XUP board. Unfortunately, LabVIEW FPGA doesn't support third party devices containing the LX9 FPGA.
    -Nick-
    Nick C | Staff LabVIEW Platform Product Support Engineer | National Instruments

  • Is it possible to run AM Modulation in LabVIEW PDA Module?

    Hi All,
            I would like to ask about AM Modulation vis can run on PDA Module or not?Because as i mention that PDA screen is too small to see all the AM modulation waveforms.So i would like to know whether is it pissible to run AM Modulation on the LabVIEW PDA Module? If it is possible, please tell me that how should i modified my VIs on block diagram and how do i arrange all waveforms graph on front panel?
            Then, the AM modulation that i want to run is as shown in attach file.
             Thanks to all for your help.
    With Regards
    Nyan Lin
    Attachments:
    AM block Diagrams.jpg ‏56 KB
    AM Modulation front panel.jpg ‏107 KB

    Hi Jpaul,
                 Thanks for your quite useful help. I am now able to manage all waveform in one tab control. But i still have some errors for my final year project. I am from Singapore Nanyang Polytechnic who do the final year project. My project is to transfer over the AM Modulation waveforms on the PDA device. But i still face on with some errors.My error is as following.
    (1) After i run my waveforms together with Tab control, the program that appear on the PDA is only too small and only can see half of
          my waveform.As i understand that all the text size must be greater than 20. And I chose the landscape screen for my tab control using.
          The waveform that together with tab control is as shown in attach file.
    (2) Then my PDA's internal memory is not enough space for running the new application and when i want to delete it, it is not possible to
          delete and there is error to delete. I would like to know how can i delete my NI files from my memory. My PDA model is HP iPAQ hx2700.
    (3) Then I would like to know more about what is the usage of NI CF-6004?  Is it like memory card for running NI
          waveforms on the PDA? Or if not what is it use for ?
                 I am strongly appreciate for ur help and i know that this might be so many question. But i am really no way to find this errors anymore.Thats why i have to ask to you. I will be thanks for all ur help. Thanks a lot
    Best Regards
    Nyan Lin
    Attachments:
    AM Modulation on PDA.JPG ‏30 KB

Maybe you are looking for

  • Datamodeler - Naming Standards - technical white paper no longer available?

    Hi, I am wondering, is this document no longer available? http://www.oracle.com/technology/products/database/datamodeler/pdf/DataModelerNamingStandards.pdf I a m trying to learn how to apply Naming standards in data modeler but i cannot retrieve this

  • How do I privately share Keynote file with PC user?

    How do I privately share Keynote file with PC user?  ShareFile is having trouble with Keynote support.  iWork is no longer functioning and I can't tell if ICloud supports this feature.  When I export to a Powerpoint all links are lost.  It will take

  • How can I customise graph in Report.

    Hello, I have used additional result to display the array in graph format not in table format.But how can I customise this graph. Is their any  provision for customisation of graph adding axis and multiple line in single graph. we can choose  graph o

  • What to do if I have in message monitoring

    What to do if I have in message monitoring for   messages of : "Engine": "Integration Engine" status "cancelled with error". What is (could be the error) and what steps should be done

  • Strategies for Changing Velocity

    Greetings, I'm about one-month new to Logic. I'm currently recording a bunch of Bach Inventions using software instruments. I could use some advice regarding the most straightforward options for: (1) changing velocities within the piece. Let's say ba