Other Parts Discussed in Thread: MSP430F448 , MSP-TS430PZ100 Hi *,
I have problems blowing the fuse on my MSP430F448 chips. I use the following setup:
chip: MSP430F448 rev G
development board: MSP-TS430PZ100 rev 1.2
JTAG hardware: MSP-FET430UIF…
Other Parts Discussed in Thread: MSP430F448 Hi there,
MSP430F448 datasheet only specify VIT+, VIT- and Vhys values for 2.2V&3V VCC. If MCU VCC is 3.6V, then what are the values? Thanks!
Please refer to attached for the screen shot of the datasheet…
Other Parts Discussed in Thread: MSP430F5438 , MSP430FG4618 , MSP430F5437 , MSP430F448 , MSP430F5418 We have been having problems debugging the MSPF5438 using IAR. We have a simple project set up with a timer running at 64Hz. If we try and put a breakpoint…
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…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
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 the…
Hello Pavel,
EDIT: I didn't read past your first error. You already did this, and I didn't notice.
Pavel Hristov said:
We tried adding the following lines in io.h
#elif defined(__ MSP430F6726 __) #define __MSP430_6726__
For your first error…
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)) );
Which…