Part Number: MSP430F5505 Tool/software: I will try to explain this problem in as detailed manner as possible.
The system:
A capacitive touch sensor is connected to the MSP430F5505 MCU. The user keeps their finger on the sensor and the sensor does…
It sure sounds like the slave (G2553) is hanging the bus, rather than the master (F5505). What code is it running?
[Edit: To answer your original question: If a slave hangs the bus, the master doesn't have much recourse. The I2C spec (UM10204, Rev 6…
Part Number: MSP430F5505 Other Parts Discussed in Thread: CC2640 Greetings.
I am having difficulty getting LPM3 to significantly reduce my current consumption when enabling the USB subsystem (but not having anything plugged into the USB port) with my…
Hi John,
Thanks for the feedback.Ill try with CCSv8.0.Between is there any other light software that can be used for programming MSP430F5505.
Regards,
Arun PK
Part Number: MSP430F5505 Other Parts Discussed in Thread: MSP-FET , MSP430F5529 Hello,
Customers are using MSP430F5505IRGZ (VQFN) to invoke BSL from the MSP430 application (Jump to 0x1000) to launch BSL and perform FW Update.
Although it did not work…
Other Parts Discussed in Thread: MSP430F5505 , CC1101 Hi!
I'm using a MSP430F5505.
how many MCU cycles does an assignment istruction last?
example 1:
unsigned char dummy;
....
dummy = 1; // how many cycles will it last? one?
example…
Hi,
I think reasonable choice can be:
MSP432E4 + CC3135MOD
CC3235 + MSP430 (MSP430F5505)
But right choice depends on your exact needs. Do you need USB host or device?
Jan
Other Parts Discussed in Thread: MSP430F5505 Hi,
I would like to know what happen to output signal if I'm not going to output it to port pins, meaning no PxSEL?
Is this safe?
Here is the case.
I have some LEDs connected to port pins which don…
Other Parts Discussed in Thread: MSP430F5505 , MSP430F5507 Hi,
I have two mcus F5505 (16KB) and F5507 (32KB), I want my firmware to be compatible with both mcu. How could I make it to work without re-compiling the code in CCS 6.1?
Should I modify…