Jump to content
43oh

Search the Community

Showing results for tags 'pins'.

  • 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 5 results

  1. Hi , I am using MSP430FR4133LP , in energia the GPIO pins are predefined in the pins_energia.h for MSP430FR4133 LP based on the silkscreen on the board. I using this MSP430FR4133 chip for another project and in that i am not using a LCD so i thought that i can also use LCD pins as GPIO. For this purpose i need to add the pins in the pins_energia.h but i am not able to crack it. Can anyone help me with this ....? if i try to use any other pins other than the defined ones (say P2_2) ... it throws an error as " P2_2 not defined in the scope" // Pin names based on the silkscreen
  2. Part Number: MSP432P401R I'm using MSP432P401R launchpad and I'm trying to use Energia software program my LCD screen. however, Energia has pre-define I/O pins map. For example, on this launchpad the pins P3_0,P3_1,P3_2 are defined, but I did not see P3_1 anywhere. so is there anyway I could define this add to the pin map? and I have to use P3_1 for my design. Thank for your help
  3. Hi, I want to use Energia to program my MSP430FR5739. I have used the 34 pin variant which has two pins that are not on the dev board - P2.3 and P2.4. I am using these as analogue inputs. I found another post which indicated that I could edit the pins_energia.h file with the following lines static const uint8_t P2_3 = 31; static const uint8_t A12 = 31; Which should, on the face of it, get P2.3 working, but no success... Any help would be appreciated!
  4. I have found the Energia pin map pdf's are difficult to match with the (several) pin numbering systems so I created an Excel spreadsheet to combine all of these. It's in a spreadsheet so you can sort on any column. This makes it much easier to find the pins and their functions. The pin functional groups are color coded. Two sample images of the tables are included, one based on the Boosterpack pins (booster_pack), and the second on the breadboard pins (breadboard). Numbering lists include physical pins X6-X9, boosterpack pins A1- D2, GPIO pins PA-PQ, and digital pin-to-port numbers 1-95
  5. Please refer to LaunchPads and BoosterPacks Pins Maps for the updated and maintained pins maps. Thank you! ---- Please find the map for the pins on the StellarPad (aka. LaunchPad Stellaris LM4F). Front Rear Originals are in Energia wiki at https://github.com/e...a/wiki/Hardware
×
×
  • Create New...