Part Number: MSP430F248 Other Parts Discussed in Thread: MSP430F247 , , C-GANG Hello,
we just bought three C-GANG, to program MSP430F247 and MSP430F248.
We can't find technical documentation and we have some questions:
1) Are C-GANG compatible with…
Part Number: MSP430F248 Other Parts Discussed in Thread: MSP430F2410
According to:
MSP430F23x MSP430F24x(1) MSP430F2410 www.ti.com SLAS547I – JUNE 2007 – REVISED DECEMBER 2012
Bits 7, 6, and 5 of IFG1 register (0x0002) are "not present". When I…
Part Number: MSP430F248 I have a system that is misbehaving. It uses the MSP430F248T. (VQFN package) This part has no SYSRSTIV register or any runTime persistant memory.
I'd like to replace it with a part that has persistant memory or at least a SYSRSTIV…
Part Number: MSP430F248 Hello I work for Honeywell just receive 19 IC pcs reporter as defective from customer Defect parts turn on then turn off after 5 minutes.
Part MSP430F2418T
1) 19 pcs tested and confirmed to be defective turn on and after 5…
Hi Kevin,
Have you tried using the WDTIFG flag to determine if the watchdog caused the device to reset? Check out 10.2.4 of the MSP430x2xx Family User's Guide
-Chris
Part Number: MSP430F248 I can't find any information in the datasheet for the MSP430F248PM (= TQFP64) or for the family (document slau445g) on which pins to use for 2-wire programming. The chip has has no TEST/SBWTCK pin, or anything designated as it…
Part Number: MSP430F248 Is it possible to identify within the code if the chip is an F247 or an F248?
I wasn't able to find any information about this in the technical documentation and I have a custom bootloader that needs to known if the flash is…
Part Number: MSP430F248 Hi Team, Our customer would like to change the MSP4320F248 firmware using the boot strap. Do you have a step by step procedure on how to do this using Olimex MSP430-BSL board? Thanks! Jonathan.
Part Number: MSP430F248 Other Parts Discussed in Thread: MSP430F148 , Hello,
Is a NOP required between a EINT instruction and BIS.W #0x00d0,SR (enter LPM3) and a RET?
This is the code:
C390 861E BIC.W #1,Timer_B7_TBCCTL4 D0B0 0010 8618 BIS.W #0x0010…