Share

GNU ARM Eclipse Plug-in

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Idea for improving the plugin - Register info

You are viewing a single message from this topic. View all messages.

  1. 2009-05-16 04:01:37 UTC
    I did not mean the device programming, I meant that it would be nice to be able to have an "ARM device explorer" with register and bits information to have as a reference when programming. The AVR plugin has that funcionality.
    As for device programming, I succesfully integrated command-line flashmagic as an external tool and download the firmware with a single click. These are my options:

    Location:
    F:\Archivos de programa\Flash Magic\FM.EXE

    Working directory: (i have another for downloading release)
    ${project_loc}\debug

    Arguments:
    COM(4, 38400)
    DEVICE(LPC2148, 12.000000)
    HARDWARE(BOOTEXEC, 50, 100)
    ERASE(DEVICE, PROTECTISP)
    HEXFILE(${project_name}.hex, NOCHECKSUMS, NOFILL, PROTECTISP)
    VERIFY(${project_name}.hex, NOCHECKSUMS)

    Did you see my other post on the help forum?
    THanks!

    Regards,
    Alex
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.