Hi Gary,
I noticed the following E2E thread. This thread is related to MSP430F7177, however, for I2C function, I believe it is same as MSP430F5328. I mean, customer needs to write “o” to clear
https://e2e.ti.com/support/microcontrollers/msp…
Part Number: MSP-FET Other Parts Discussed in Thread: MSP430F477 , , UNIFLASH I used to use msp430-uif to easily flash msp430f477 controllers using Lite FET-Pro430, and everything was fine. but today I bought your MSP-FET (black) - and nothing works. I…
Thks Leo
It works as you had suggested to install into a separate directory.
I have no problem in loading the txt file for MSP430F477, but found a new problem when loading the txt file for MSP430F413 , it give '"ERROR: Image range 0x0000-0x0001 placed…
It looks like there are no 2x family devices with both, SD16 and hardware UART. At least not according to the selection guide.
There are several 4x family devices with this combination, e.g. the MSP430F477.
Be aware that there might be subtle differences…
Other Parts Discussed in Thread: MSP430F477
From
slaa423.pdf:-
"The LFXT1 OSC
circuit regulates the amount of energy supplied to the
crystal-oscillator circuit. The intent of this regulation is to
provide the smallest amount of energy to the circuit…
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…
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)) );…