Jump to content
43oh

Search the Community

Showing results for tags 'stellaris'.

  • 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

  1. Quick questions: Is there already a macro in Energia for the StellarPad which is equivilant to cbi and sbi? Am I correct that portDATARegister in Energia.h (for stellaris) is basically the same as portOutputRegister for the Mps430 or AVR's? I am trying to port a library to Stellaris which uses cbi, sbi, and the portOutputRegister macro's. Any advice is appreciated. L293D
  2. Hi Guy ! I trying to programming an emulator of UV-PROM with the Stellaris Launchpad. and, i have a problem with use port. I probably not understand the concept. please help me ! I use #define for "replacement" of lot of commands : // like P2OUT on MSP430 ? #define BUSDATA GPIO_PORTB_BASE //(like P2DIR =B00000000 ?) #define BUSDATA_HIGHZ ROM_GPIOPinTypeGPIOInput(GPIO_PORTB_BASE, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4 | GPIO_PIN_5 | GPIO_PIN_6 | GPIO_PIN_7 ); //(like P2DIR =B11111111 ?) #define BUSDATA_OUTPUT ROM_GPIOPinTypeGPIOOutput(GPIO_PORTB_BASE, GPI
  3. Whats are the pins and Interrupts for Stellarich Launchpad to use with this function: attachInterrupt(interrupt, function, mode)Thanks JCR
  4. Hi, Just though I would share some pics of my Stellaris LP with my click BoosterPack and onboard 802.15.4 click board both from MikroElektronika. Haven't done anything but solder the headers as I just had it delivered from DHL (they ship from Serbia, be prepared to pay duty/processing fee if you are in Canada). Can't wait to actually play with it, I intend to make a 802.15.4/Xbee sniffer. Quality of the boards/components looks pretty decent. I have other click boards too; Ethernet, and 802.11. I can post pics if you guys want. Nick.
  5. Hi, I don't know if this is the right place to put this, if it isn't please let me know.. I've managed to get a working complier with the arm-none-eabi lite toolchain from codesourcery. Stellarisware examples are compiling just fine on linux. The right toolchain it's chosen automatically by the makedefs definitions. I've managed to get a simple project compiling on gcc and verified it runs correctly in a windows pc with the LMLoader program. Basically I created another folder in the boards directory, copied an existing example from the lm4f120x folder, edited the file names and chan
×
×
  • Create New...