Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Part Number: MSP430FR5967 Other Parts Discussed in Thread: MSP430FR5969 , , BQ34Z100-G1 , BQ25798 Firstly, what is the difference between the MSP430FR5967 and MSP430FR5969? It looks like the "67" has 1KB of SRAM and the "69" has 2KB. …
Part Number: MSP430FR5967 Other Parts Discussed in Thread: UNIFLASH Hello everyone.
While programming my MSP430FR5967 I got a JTAG fuse error.
Before this error I had already programmed the MSP several times.
Reading another forum I realized that in…
Part Number: BQ34Z100EVM Other Parts Discussed in Thread: BQSTUDIO , , BQ34Z100-G1 , BQ25798 , MSP430FR5967 I got Wyatt's message from July 12th. I thought all I needed to do was load the *.bqz file from within bqstudio. How do I upload the BQ34Z100-G1…
Hi Ryan,
Thank you very much for telling me the steps. I have followed the steps to load symbols only, but I got error massage: "No source available for "0xffff" ".
The Memory Brower value of 0x004400 shows below:
If I change the device…
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)) );…