You may encounter a build error: 'unresolved symbols remain'. This may be because you have not installed CCS along with SimpleLink SDK properly for the MSP432. To fix this, here a solution that you can try, courtesy of my Professors:
Related Questions in C
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in MSP430
- MSP430F5529 on the MSPEXP430F5529LP: UART is not actually transmitting despite seemingly correct setup. What is wrong?
- msp430f5438a reading multiple sensor tmp117
- Daughter-board multiplier
- Seven Segment Display Counter
- why is in my msp430g2553 microcontroller, char 'c' stored as ff63 but not as 0063?
- Microcontrollers with assembly: Digital I/O
- MSP430 Timer Function to Delay an LED
- TX/RX 16 bits data SPI in MSP432 from TI
- MSP430F5529 with GY-9250 X Y and Z values are all 0
- MSP430 inconsistent conversion from int to hex string
- MSP430 assembly language: variable allocation error
- BCD math routines instead of using division and modulo (using MSP430F427 MCU)
- MSP430G2231 reading 16-bit i2c response
- MSP430FR5969 not going to sleep
- how to make sin interpolation of values for transmission to the dac register?
Related Questions in CODE-COMPOSER
- Daughter-board multiplier
- Seven Segment Display Counter
- Microcontrollers with assembly: Digital I/O
- Code Composer Studio doesn't compile any .asm files
- Error debugging using Code Composer Studio
- Reading from Flash: TMS320F28069M
- How can I convert 16 bytes of data into 2 pieces of 8 bytes of data?
- Code composer studio project - does not create and cannot find .out file
- MSP430 assembly language: variable allocation error
- Configuring a msp430 to calculate the time difference between two input signals
- How to display a result on built in LCD on a msp-EXP432P4111
- Error when debugging in code composer studio 12.3.0
- How do i emulate a virtual MSP430 microcontroller without connecting the physical board to my pc in ti CCS?
- identifier "va_list" is undefined in Code Composer Project
- Code Composer Studio: Imported driverlib project won't build lib
Related Questions in MSP432
- Exit branch and continue rest of code in ARM assembly (for home security system)
- TX/RX 16 bits data SPI in MSP432 from TI
- How to preform correct delay system using TIMER_A on the TEXAS MSP432?
- How to display a result on built in LCD on a msp-EXP432P4111
- Is the newline identifier (0a) put into the receive buffer when uart communication is performed?
- Why does Tera Term return the Greek letter alpha when I send '!' to the MSP432 microcontroller?
- Why doesn't my conditional Branch and Link Statement work?
- MSP-EXP432P401R : Debugging fails with 'JTAG Communication Error'
- Read or write a 8bit register in MSP432P4111 / Telemetry System with CC1200
- Code Composer Studio: unresolved symbols remain
- MSP432 Launchpad not recognizing when only one button is pressed
- Tail Chaining PendSV
- How does ARM cortex handle PendSV Handler
- MSP432 Memory Address 0x40004c04
- MSP432 Launchpad Board using the same pins for two different devices
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Credits: Prof Ian Vince McLoughlin, Prof Muhamed Fauzi bin Abbas
Install CCS (I used the latest, CCS10.4.0.00006_win64.zip [1.15Gbytes]).
Unzip, then do a custom install, and select the MSP432 tools. Default location. You can get it from: https://www.ti.com/tool/CCSTUDIO
Meanwhile, download the installer named; simplelink_msp432p4_sdk_3_40_01_02.exe [232 MBytes] from: https://www.ti.com/tool/download/SIMPLELINK-MSP432-SDK
Once CCS has been installed, launch it and make sure it is running fine. You might need to reboot your computer. Once this works OK, continue.
Now tun the simplelink installer .exe from step 2. Just accept all of the default options.
Once it has finished, run CCS (or restart CCS if it is already running using File -> Restart).
Once CCS is running, after some time, it will pop up a window near the bottom of the screen saying "Updates Available". Click on that window and allow it to do the default updates (this will auto-update three components).
Wait for that to complete.
In CCS, launch View -> Resource Explorer Offline.
Click the red crossed-out CLOUD icon (there are 3 icons, the cloud, a home icon and an eye icon). Wait for it to sync to the cloud. It can be slow.
Once the page reloads, scroll down and install the offline package (in one of the rectangular boxes) called Arm code generation tools - compiler. Use the pull-down option to choose version 20.2.4 and click the install icon next to that box.
Wait for this to install. It shouldn't take long.
Once that has been installed, restart CCS.
Now go to View -> Getting started. Click on "Import Project" and Browse the search-directory until you get to; C:/ti/simplelink_msp432p4_sdk_3_40_01_02/examples/nortos/MSP_EXP432P401R/driverlib/empty
Click "Select Folder"
It will show you a Discovered Project. Tick the box next to that to select that project and then press "Finish". This will import an empty DriverLib project into your workspace. You may rename this project and this becomes your own project.
If there is any problem at this stage, restart CCS and go back to clicking on the red crossed-out cloud (one time it failed for me and I needed to repeat that step).
Go to View -> Project Explorer and you should see it there. You can click on main.c and then try to compile it (the hammer icon in the toolbar) and debug it (the bug icon in the toolbar). If your MSP432 is connected to your computer it will download and execute.