Hi Mike,
I am on the gate drivers team. We have some similar-ish parts in the TPICxxx family that are multichannel drivers. However, they are all in SOIC type packages and none have 44 pins. Also, they are from the late 90's.
The only active part…
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
Part Number: MSP430FR2000 Other Parts Discussed in Thread: MSP430FR5731 , MSP430FR2475 Hi champs,
customer is looking for a price sensitive solution for an I2C addressable 7 ch PWM generator:
- I2C slave (400KHz)
-7 independend PWMs for LED dimming with…
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)) );…