Advertisement
Guest User

Teensy 3.0 Issues

a guest
Oct 14th, 2012
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. ## System:
  2. Windows 7 x86
  3. 2GB RAM
  4. Intel Atom
  5.  
  6. ## Sketch: eeprom_write example
  7.  
  8. ## The First Time I Tried to Compile a Sketch I got This:
  9.  
  10. In file included from C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/wiring.h:33,
  11. from C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/WProgram.h:9,
  12. from C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/Arduino.h:1,
  13. from eeprom_write.ino:13:
  14. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/core_pins.h: In function 'void delayMicroseconds(uint32_t)':
  15. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/core_pins.h:690: error: 'n' was not declared in this scope
  16. In file included from C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/WProgram.h:10,
  17. from C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/Arduino.h:1,
  18. from eeprom_write.ino:13:
  19. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h: In member function 'void HardwareSerial::begin(uint32_t)':
  20. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h:58: error: 'null' was not declared in this scope
  21. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h: In member function 'void HardwareSerial2::begin(uint32_t)':
  22. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h:73: error: 'null' was not declared in this scope
  23. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h: In member function 'void HardwareSerial3::begin(uint32_t)':
  24. C:\Users\Alex\Desktop\arduino-1.0.1\hardware\teensy\cores\teensy3/HardwareSerial.h:88: error: 'F_BUS' was not declared in this scope
  25. eeprom_write.ino: In function 'void loop()':
  26. eeprom_write:29: error: 'EEPROM' was not declared in this scope
  27.  
  28. ## Subsequent Compiles (Even across program restarts. Unknown about computer reboots)
  29.  
  30. eeprom_write.ino: In function 'void loop()':
  31. eeprom_write:29: error: 'EEPROM' was not declared in this scope
  32.  
  33.  
  34. ## Other Problems
  35. ## Teensy.exe crash on exit
  36. teensy.exe has stopped working.
  37. ## Below is the Additional information the dialog box had. I was closing out arduino and teensy.exe at the time.
  38. Problem signature:
  39. Problem Event Name: APPCRASH
  40. Application Name: teensy.exe
  41. Application Version: 0.0.0.0
  42. Application Timestamp: 50780924
  43. Fault Module Name: StackHash_0a9e
  44. Fault Module Version: 0.0.0.0
  45. Fault Module Timestamp: 00000000
  46. Exception Code: c0000005
  47. Exception Offset: b8004af5
  48. OS Version: 6.1.7600.2.0.0.256.1
  49. Locale ID: 1033
  50. Additional Information 1: 0a9e
  51. Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  52. Additional Information 3: 0a9e
  53. Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
  54.  
  55. ## Unable to Comm. w/ Teensy Loader
  56. Opening Teensy Loader...
  57. Unable find Teensy Loader. Is the Teensy Loader application running?
  58. ## My system is under load right now and the loader is taking more time to start up than the IDE expects.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement