Jump to content
43oh

Search the Community

Showing results for tags '5529'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • Announcements
    • Suggestions
    • New users say Hi!
  • Spotlight!
    • Sponsor Spotlight
    • Sponsor Giveaways
  • Energia
    • Energia - MSP
    • Energia - TivaC/CC3XXX
    • Energia - C2000
    • Energia Libraries
  • MSP Technical Forums
    • General
    • Compilers and IDEs
    • Development Kits
    • Programmers and Debuggers
    • Code vault
    • Projects
    • Booster Packs
    • Energia
  • Tiva-C, Hercules, CCXXXX ARM Technical Forums
    • General
    • SensorTag
    • Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
    • Code Vault
    • Projects
    • Compilers and IDEs
    • Development Kits and Custom Boards
  • Beagle ARM Cortex A8 Technical Forums
    • General
    • Code Snippets and Scripts
    • Cases, Capes and Plugin Boards
    • Projects
  • General Electronics Forum
    • General Electronics
    • Other Microcontrollers
  • Connect
    • Embedded Systems/Test Equipment Deals
    • Buy, Trade and Sell
    • The 43oh Store
    • Community Projects
    • Fireside Chat
  • C2000 Technical Forums
    • General
    • Development Kits
    • Code Vault
    • Projects
    • BoosterPacks

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Sparkfun


Github

Found 2 results

  1. I'm trying to connect to a camera (Adafruit's VC0706) via SoftwareSerial to a MSP430F5529, and the camera is only able to transmit and receive at 38400 baud. The board is able to transmit at 38400 successfully and receives a datastream back from the camera at 38400, but it is only displayed as gibberish on Energia's serial monitor. I know the camera isn't transmitting gibberish because it gives an identical signal to an Arduino, which displays it correctly, but I'm not sure what else to do. I saw on this forum that different boards sometimes have limits to the baud rates they can interpret,
  2. G'day, some port bits get set before the setup() can clear them. The same condition happens with the Blink sketch. The first lines in setup() are P6DIR = 0xFF; P6OUT = 0x0; P3DIR = 0xFF; P3OUT = 0x0; And after setup() has run the outputs are correct and the sketch works 100% But for a brief moment before setup() runs for the first(and only time) I get a few bits set on the port. Normally it would not matter but the ports are used to vary the volume and I get a thump each time I switch on. Also when reset switch is pressed (and held down)the same port bits switch high
×
×
  • Create New...