Jump to content
43oh

Search the Community

Showing results for tags 'msp432p401r'.

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

  1. I am trying to use Energia with the MSP-EXP432P401R, but I am unable to install the right LaunchPad board on Energia. I downloaded the proper driver using http://energia.nu/guide/guide_windows/ and downloaded Energia for Windows using http://energia.nu/download/. As a point of reference, my computer is Windows 64 bit. I then used http://energia.nu/guide/boards/ to install the right LaunchPad board, but I am receiving the following error message shown below. I tried all troubleshooting suggestions on the links provided, but I can’t seem to find a solution to my problem. I did see after I connec
  2. hello friends, I am developing a project to school, and I need control a sensor with use a timer, but studying some code, i find a piece of code really similar what i need to do. the problem is inside of interrupt it's is switch code where he call a function "__even_in_range()", this sintaxe only is knowned on the MSP430 plantaform. In MSP432, no is present. So there anyone can help me change the follwing code used in MSP430 to MSP432? Thanks in advance. #pragma vector = TIMER0_A0_VECTOR __interrupt void Timer0_A0_ISR (void) { switch(__even_in_range(TA0IV, TA0IV_TAIFG)) { c
  3. I have developed program on MSP432p401r launchpad, now i need to load my program on separate msp432 mcu, how i can load program ? We are not aware which hardware requires to load program kindly guide us.
  4. I am using MSP432P401R and wanted to increase the I2C frequency from 100kHz(Standard) to 400kHz(Fast). In the Wire library for arduino, there is a function Wire.setclock(). Has anybody written such a function for energia? Because it is not there in energia. I went through the wire and twi libraries and found the following, In wire library, Wire.endTransmission calls a fucntion in twi library, twi_writeTo() which has the following line of code, UCBzCTL1 |= UCSSEL_2; // SMCLK Is this the line of code that sets the clock speed? Also in the twi.h lib
  5. Hello, I am using Energia 1.8.7E21 to program a MSP432P401R red launchpad, I have installed "Energia MSP432 EMT RED boards version 5.23.1. I am trying the Blinky demo : when I want to upload the code I get the message : warning: CS_DAP_0: Warning: A firmware update is required for the debug probe. Click the "Update" button to update the firmware and connect to the debug target. DO NOT UNPLUG THE DEBUG PROBE DURING THE UPDATE. (Emulation package 8.0.27.9) But I am searching everywhere: I can't find any "update button" neither "update" or "firmware" anywhere on Energia softwa
  6. Hello, I am trying to use MSP432P401r REV B launchpad with energia IDE, it is not sowing the board as MSP432P401R only showing MSP432EMT boards what should i do for this please resolve. Thanks
  7. Is there some simple example of how to read the internal temperature of the device?
  8. I am planning to start a project using msp432p401r launchpad with a 3.5 inch TFT touch screen. This is my first time doing such a project. I hope that I can get some advice I have searched for 3.5" TFT touch screen with resolution of 480x320. Most of them are compatible with Arduino and Raspberry PI. Here is the link ('https://www.waveshare.com/wiki/3.5inch_TFT_Touch_Shield" Can anyone please help me porting the below project of arduino to energia so that i can interface the LCD with MSP432P401R. 3.5inch_TFT_Touch_Shield_Code.7z
  9. In the standard Button example in Energia (Examples->02.Digital->Button), it works fine when I upload it to the MSP432P401R. But if I add a delay to the loop that is greater than 250ms, then the LED that's supposed to turn back on when the button is released, never turns back on. If the delay is less than 250ms, then the sketch works as expected. Why do you think this happens? const int buttonPin = PUSH2; // the number of the pushbutton pin const int ledPin = GREEN_LED; // the number of the LED pin // variables will change: int buttonState = 0; // variabl
  10. Energia: 1.6.10E18 (Windows 10), Board: "LaunchPad w/ msp432 EMT (48MHz)" C:\Users\L\Downloads\energia-1.6.10E18\arduino-builder -dump-prefs -logger=machine -hardware "C:\Users\L\Downloads\energia-1.6.10E18\hardware" -hardware "C:\Users\L\AppData\Local\Energia15\packages" -tools "C:\Users\L\Downloads\energia-1.6.10E18\tools-builder" -tools "C:\Users\L\Downloads\energia-1.6.10E18\hardware\tools\msp430" -tools "C:\Users\L\AppData\Local\Energia15\packages" -built-in-libraries "C:\Users\L\Downloads\energia-1.6.10E18\libraries" -libraries "C:\Users\L\Documents\Energia\libraries" -fqbn=energia:
  11. During update board MSP432P for red, the installation process very slow or is it stuck.
  12. Hello friends, I have a problem with installing sdk Energia on mac. After doing the installation I tried to run an example and gave me the following error... When I try to select a usb port, it does not show any available
  13. I can't compile empty code for MSP432P401R board. Help, please!!!
  14. Hi fellows, I have some facing some problems with interface on sensor TMP006, now I have done the I2C driver in CMSIS, the problem is in the TMP006 file, I can not configure the registers to make the conection with i2c protocol I2C.c I2C.h tmp006.c tmp006.h
  15. 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
  16. I am having trouble importing Energia projects into Code Composer Studio. The reason I want to do this is because I have other Energia projects that use specific libraries, and I am looking to debug them. I took the Blink example from Energia and saved the project to a new location. I have verified this, and it compiles successfully. I then opened Code Composer Studio, and imported the Energia Sketch to my workspace using the wizard from the menu button. The operation summary window popped up, and told me an issue was encountered, "Warning: Resource 'wiring_analog.c' already exis
  17. Hey guys, I am trying to use to use the PervasiveDisplays_Library made by Rei Vilo to generate output from my microcontroller (MSP432P401R Red) to my epaper display (4.2", ModelName: E2417ES053). However, when I run the code, the only output I get in the serial plotter is "1. Initializing screen". When I change the line in the code that specifies some other display, like "eScreen_EPD_iTC_287_BWR" instead of "eScreen_EPD_iTC_420_BWR", then the code goes all the way. However, this does not produce a result on the screen. I have tried to import this project into Code Compose
  18. Hello everyone, My friends and I are very interested to use Energia in one of our university project. We are using the following hardware: MSP432P401R Educational BoosterPack MKII We tried first to use the Built-in examples that come with Energia, and all the examples worked perfectly except the examples that interact with the LCD ( Ex: LCD_Joystick and LCD_LifeGame). Therefore, please, could anyone tell me how I can fix this? I really appreciate your help and time. Thanks. The error message that we got. Energia: 1.6.10E18 (Mac OS X), Bo
  19. For those who may not have seen it, the black LaunchPads with Rev B pre-release MCU are being phased out. New red LaunchPads with a revision C production device are replacing it. The announcement in e2e is located here. There is information on timing and compatibility with CCS located here. A quote from the second link: TI recommends that you update all hardware and software be updated to latest Revision C devices. Support for MSP432P401R on CCS cloud (dev.ti.com) and via MSP432Ware have been updated to match Revision C devices. Pre-production Revision C samples can be ordered online
  20. Hello, I have been trying to use OneWire library in Energia17 with my msp432 but I got error "Please define I/O register types here". Dose exists somewhere any implementation of OneWire for msp432 or do you know any solution of this problem? I have tried to write my "Energia" implementation of DS18B20 but I have got wrong temperature and now I don't know if this is my bad implementation or DS18B20 is dead. Thanks Jackob
  21. These sensors can be obtained on Amazon/Ebay, are fairly cheap, and work by converting current from photodiodes into a square wave output. Don't expect much from them as they have a lot of limitations but can detect colors and match them to some degree. I noticed an old posting on 43oh about this sensor but it wasn't apparent they were successful so I gave it a try. The photo below shows the sensor and examples from the demonstration sketch I wrote in Energia V16 using the MSP432P401R LaunchPad. I tried using pulseIn() and got it working quickly on the MSP432. I tried the same cod
×
×
  • Create New...