Other Parts Discussed in Thread: MSP430F2003 hello ,
I would like to extract ( or filter ) a signal which its frequency 216Hz and its amplitude 1.15volt from another signal
which frequency is 50 hz and its amplitude 220 volt. I would like to know…
Per the MCU Selection Tool the following have 14 pdip packages.
MSP430F2001
MSP430F2002
MSP430F2003
MSP430F2011
MSP430F2012
MSP430F201
But as stated above and given you're searching for a dip package you won…
Other Parts Discussed in Thread: MSP430F2003 Hello folks,
I'm programming a MSP430F2003 over SpyBiWire with the standard TI USB emulator and the latest copy of IAR (downloaded from TI)
I'm not the worlds greatest C programmer (I'm an analog guy…
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…