Jump to content
43oh

fran52

Members
  • Content Count

    9
  • Joined

  • Last visited

About fran52

  • Rank
    Noob Class
  • Birthday 10/04/1952

Profile Information

  • Gender
    Female
  • Location
    Syracuse NY USA
  • Interests
    electronics, chess, guitar, computers, ...
  1. fran52

    TV Out

    put a cap between 5v and ground (electrolytic)
  2. So what does a JTAG cable schematic look like? And what does a COM cable look like? Launchpad v1.4 vs. v1.5 connections? Any step by step instructions? Thanks
  3. error: avr/interrupt.h: No such file or directory Is there a avr subdirectory in the core?
  4. wiring_private.h seems to throw the "Port2" into the definition even though there is no port2 on the 2231
  5. new install placed in C;| now causes a new set of errors C:\ENERGI~1\HARDWARE\TOOLS\MSP430\BIN\msp430-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=msp430g2231 -DF_CPU=1000000L -DARDUINO=101 -DENERGIA=8 -IC:\energia-0101E0008\hardware\msp430\cores\msp430 -IC:\energia-0101E0008\hardware\msp430\variants\launchpad C:\Users\FMFISC~1\AppData\Local\Temp\build2613738891457747693.tmp\sketch_nov04e.cpp -o C:\Users\FMFISC~1\AppData\Local\Temp\build2613738891457747693.tmp\sketch_nov04e.cpp.o C:\ENERGI~1\HARDWARE\TOOLS\MSP430\BIN\msp430-gcc -c -g -Os -Wall -ffunction-sections -
  6. the verbose vindow C:\USERS\FMFISC~1\DESKTOP\ENERGIA\HARDWARE\TOOLS\MSP430\BIN\msp430-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=msp430g2231 -DF_CPU=1000000L -DARDUINO=101 -DENERGIA=8 -IC:\Users\FMFISCHER\Desktop\energia\hardware\msp430\cores\msp430 -IC:\Users\FMFISCHER\Desktop\energia\hardware\msp430\variants\launchpad C:\Users\FMFISC~1\AppData\Local\Temp\build6436281745166855234.tmp\sketch_nov04d.cpp -o C:\Users\FMFISC~1\AppData\Local\Temp\build6436281745166855234.tmp\sketch_nov04d.cpp.o C:\USERS\FMFISC~1\DESKTOP\ENERGIA\HARDWARE\TOOLS\MSP430\BIN\msp430-gcc -c -g -Os -Wa
  7. I am on Win7 ULT 64bit, not Mac OS X nor Linux Energia 0101E0008 latest version. Launchpad is ver 1.4 with Msp430G2231. The errors are listed . Please repeat on a Windows box.
  8. I am having trouble understanding why winterrupts.c thinks my launchpad has a port_2 function. Launchpad rev 1.4 Msp430g2231 C:\Users\FMFISCHER\Desktop\energia\hardware\msp430\cores\msp430\WInterrupts.c: In function 'Port_2': C:\Users\FMFISCHER\Desktop\energia\hardware\msp430\cores\msp430\WInterrupts.c:128:6: error: interrupt vector offset 3 must be even and non-negative The code: //Pin connected to OE of 74HC595 int enablePin = 14; //Pin connected to ST_CP of 74HC595 int latchPin = 7; //Pin connected to SH_CP of 74HC595 int clockPin = 6; ////Pin connected to DS of 74HC595 int d
×
×
  • Create New...