MSP430 Editor

I’ve chosen to use 43oh as the base for the discussion forum for Inventortown. If you want to ask for help, suggest features or come with general feedback, that is probably the best place to do it. 43oh is a good site for looking at different MSP430 Launchpad projects. You can of course post comments here or email me if you prefer.

The www.inventortown.com site is a service I have made which will contain multiple tools for developers and inventors. The first tool is an online editor for MSP430 value line firmware. You can edit the source code inside the web browser, and press a link to download the compiled binary firmware to your computer. Upload this firmware to your MSP430 value line Launchpad board for testing and development.

This editor is simpler than an installed development environment like CCS or IAR, but does not (yet) allow for debugging and similar advanced features. The editor is based on the Editarea component and MSPGCC. You have to install a small component that uploads the firmware to your device, but this is quite simple compared to learning an advanced development environment like IAR.

The service is still in beta and will be updated a lot in the future. If you try it, please keep local backups of important source files. I plan to add various social and opensource sharing features. If you have suggestions or comments, please post below.

The Inventortown firmware editor is free-of-charge to use, but will initially only be for open source code (although there is a feature to mark your project as ‘closed’, which will prevent sharing.)

19 thoughts on “MSP430 Editor

  1. Sascha

    Brilliant, love it!
    Needs some features to sort shared projects and maybe some hashing against clear dupes an clones

    Reply
  2. BM

    Why do you require login using a Google account and what security measures do you take to protect credentials given to you?

    Reply
      1. Lars Post author

        As you say, I’m not getting the password. I get the email address, first and last name. I’m using the first name to list in the shared projects, but I’m keeping the email in my db, which is protected (but not encrypted). I have been thinking I should allow people to use something else than their first name in the ‘shared projects’ list. If this is an issue for anyone, let me know. I’d like to have the email also for security purposes, in case someone misuses the service, but I will not send out emails to people or share their email. I do not get the Google password at all. Only Google gets this. I think this is a safer way of doing it than storing the password on my server, as many people often use the same password for multiple sites, so I’d rather not have it. This is why I want to use the Google Federated Login.

        However, if you’re worried about using this feature, you can of course set up a separate gmail account that’s only for such sites as this and use that. Instead of using your personal gmail account. If you wish.

        Reply
    1. Lars Post author

      Hmm… I guess I could allow that? I’ll look into it, but it’s going to take a bit of time to do the change, as I’m busy on some other projects.
      Edit: I’ve looked into it, and it seems difficult to provide stable support for it. If you think otherwise, send me an email and we can discuss how I can do it.

      Reply
  3. Aron

    I want to congratulate Lars for a great job he has done with inventortown. My suggestion, if it possible, to add support for the CC430F6137, which is basically the MCU in the EZ-Chronos watch. I would like to develop projects for the watch but without the hassle of learning CCS or IAR. Thanks

    Reply
    1. Lars Post author

      Thanks. That should be possible. I’ll see what I can do. Unfortunately I don’t support directory structures yet, which might have been a good thing for such a large project.

      Reply
  4. Jeremy

    If possible, please add support for the MSP430F2013 of the eZ430 USB Stick programmer. Very interested to try this.

    Reply
    1. Lars Post author

      I’ve tried to add this now. I don’t have this chip so can’t test, but if you can try and let me know how it goes, that’d be great.

      Reply
      1. Jeremy

        Works. The mspupload does not work as this target board is using SBW2 but able to use the commandline mspuploader -m SBW2… command.
        Thanks.

        Reply
  5. Luis Carlos Miranda Díaz

    Hi, I have a trouble with my MSP430 Servo Robot the two servos spin in the same direction and when i assemble the robot, it spin in his own axis and didnt move forward

    Reply
  6. Lars Post author

    Hi. You may need to play with the values that are passed to the servo. Change the values after BIT0 and BIT1 in the various functions (forward, left, right) to see if you can make the servos go the other way. Also try to comment out reading the sensor, and just go forward() instead, which makes it easier to test.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *


− 3 = five


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>