Part Number: MSP430F5217 Other Parts Discussed in Thread: MSP430WARE Sir,
As I am new to this field, I have an application requiring interfacing of 3 IMU and processing the Data in real time for wearable application.
3 IMU will be communicating with MSP430F5217…
Other Parts Discussed in Thread: MSP430F5217 Champs,
Is anyone aware of an updated msp430f5217.h header file? The version I have is 1.1; it came with IAR6.50.1 but I noticed the CCSv6 also has the same version included. This file doesn't have the Port7…
Other Parts Discussed in Thread: MSP430F5217 , MSP430F5224 , MSP430F5214 , MSP430F5219 , MSP430F5229 , MSP430F5212 , MSP430F5222 Hi, According to the latest SYS/BIOS 6.45.01.29 GA release notes, MSP430F525x are not included.
http://software-dl.ti.com/dsps/dsps_public_sw…
Hi MSP student,
I'm attaching a list of devices supported by SYS/BIOS (the RTOS):
3276.devices.html
If you want TI-RTOS, which includes SYS/BIOS as well as driver support (SPI, UART, etc), the list of MSP devices supported by TI-RTOS is the following…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
As one more update, you can find the full revision table of compatible hardware and software revisions included in the release notes:
Release-Notes-MSP-GANG.htm
See the section called "Version Matrix"
Hi SeaFesse, If you check the release notes from version 1.2.8.0, in the Version Matrix section, you'll see that the MSP-GANG HW v1.04 is only compatible with version 1.2.1.0 and higher. So this combination should not be used - please use the latest…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );…