Jump to content
43oh

elpaso

Members
  • Content Count

    66
  • Joined

  • Last visited

  • Days Won

    1

elpaso last won the day on October 27 2013

elpaso had the most liked content!

About elpaso

  • Rank
    Level 1

Contact Methods

  • Website URL
    http://www.itopen.it

Profile Information

  • Gender
    Not Telling
  • Location
    Italy, somewhere in the mountains near Turin
  • Interests
    Linux, MCUs
  • Github
    https://github.com/elpaso/energia-makefile

Recent Profile Visitors

890 profile views
  1. If it's compatible with MSP430 or Stellaris LPs, and if shipped to Italy I'll get one!
  2. Wonderful, it's also possible to use the debugger from within eclipse...
  3. It works! The people on this forum is great! Thank you all! So far: I've compiled and loaded the example in MSP-EXP430FR5969/Software/430BOOST-SHARP96_GrlibDisplay This is what I've changed: touch grlib/assert.h echo "#define assert(x)" > grlib/assert.h then I had to rewrite an asm function, the __reverse did not work (help needed) but the first works: cat LcdDriver/Sharp96x96utils.h /* --COPYRIGHT--,BSD * Copyright (c) 2013, Texas Instruments Incorporated * All rights reserved. [.....] * --/COPYRIGHT--*/ //***************************************************
  4. Thanks! I'm not an expert in Makefiles so I've probably done a lot of mistakes (I've posted a link to the makefile I'm using in a previous message: http://forum.43oh.com/topic/5011-wolverine-launchpad/page-2#entry44970 ). I'm only using free (as in speech) software so if I can't use mspgcc I feel I have no other options. Please let me know if yout tests are successfull. Here is the memory map, if anybody can read this http://dpaste.com/hold/1662533/
  5. Yes, I took the example from an introductory pdf (slap133.pdf): #include <msp430.h> int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop Watchdog Timer. This line of code is needed at the beginning of most MSP430 projects //This turns off the watchdog timer, which can reset the device after a certain period of time // Configure GPIO P1DIR |= 0x01; // P1DIR is a register that configures the direction (DIR) or a port pin as an output or an input // To set a specific pin as output or input, we write a '1' or '0' on the appropriate bit of the register.
  6. Thanks, I will not loose my time on it then. BTW a simple blink.c was built and uploaded without a glitch.
  7. Just a quick update: I've upgraded the binaries to latest energia release 0101E0011, same output. I've tested the compiler with blink.c and it works just fine. Here is the makefile: https://gist.github.com/elpaso/9227591
  8. Hi, I'm using energia build of msp430gcc (it was working fine with all LP until F5529), here are some infos: # output of "locate" ~/energia-0101E0010/hardware/tools/msp430/msp430/include/msp430fr5969.h ~/energia-0101E0010/hardware/tools/msp430/msp430/lib/ldscripts/msp430fr5969/periph.x ~/energia-0101E0010/hardware/tools/msp430/msp430/lib/ldscripts/msp430fr5969/memory.x ~/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc --version msp430-gcc (MSPGCC 20120406 (With patches: sf3540953 sf3559978)) 4.6.3 20120301 (mspgcc LTS 20120406 unpatched)
  9. Hi, Just got mine today. I've downloaded slac645.zip that contains driverlib and examples. I'm trying to compile the GrlibDisplay example with gcc, I've patched a few things but there are still error: ~/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc -mmcu=msp430fr5969 -g -Os -Wall -Wunused -I ~/energia-0101E0010/hardware/tools/msp430/msp430/include/ -I ~/Texas_Instruments/MSP-EXP430FR5969/Software/430BOOST-SHARP96_GrlibDisplay/grlib/ -I ~/Texas_Instruments/MSP-EXP430FR5969/Software/430BOOST-SHARP96_GrlibDisplay/driverlib/MSP430FR5xx_6xx/ -MMD -MP -MF .dep/main.c.dep -o ma
  10. @@simpleavr you're a genius! I really like the minimalistic approach, this is pure art. Thanks for this nice project.
  11. elpaso

    Christmas PCB

    Yes, please post some images, I'm a Kicad user, I've installed Eagle and tried to open your attachments but I'm on Ubuntu 12.04 and it probably ships with an older version of Eagle and I couldn't open your files. An hi-res picture of the assembled board would also help, my idea was to let my 10 years old son to assemble the board by himself, but he needd good instructions for that.
  12. elpaso

    Christmas PCB

    Hi, I've received the kit, does anybody knows where I can find build instructions, schematics and code for msp430-gcc ?
  13. Forget it, I've found the msp430 libs in the standard kicad distribution.
  14. Hi, I'm using kicad for my designs, I've found a kicad library on http://processors.wiki.ti.com/index.php/MCU_KiCad_Library but it doesn't seem to contain the standard DIP 14pin packages, does anybody know where to find a kicad library for MSP430G2211 and friends?
  15. Thanks! This explains why my site was so slow yesterday ;-) BTW, In the meantime I've also added a short Hello World tutorial: http://www.itopen.it/2013/11/29/openchronos-hello-world-tutorial/
×
×
  • Create New...