Jump to content
43oh

TheCompiler

Members
  • Content Count

    2
  • Joined

  • Last visited

About TheCompiler

  • Rank
    Noob Class

Contact Methods

  • Website URL
    http://www.the-compiler.org/

Profile Information

  • Location
    Switzerland
  • Github
    http://www.github.com/The-Compiler
  1. I'm not sure why one would be needed - the crystal on the schematic is just needed for USB, for the system clocks I want to use the DCO/FLL. I have posted the same in the TI e2e forums, and there it was pointed out I forgot to increment VCORE. With the default (0), the maximum allowed frequency was 8 MHz, so it's mind-blowing it actually did run that well at all This solved the issue.
  2. Hi, I'm currently developing a software for the MSP430F5510. It worked fine with my development PCB for months, but as soon as I tried it on another one, I got very strange issues. My software is writing text to a display with a built-in font, and I'd sometimes get missing pixels, or the text "dEbug" or "debuf" instead of "debug". I then simplified my code until I arrived at this: #include <msp430.h> #include <string.h> #include "driverlib/MSP430F5xx_6xx/ucs.h" static const uint16_t flash_data[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
×
×
  • Create New...