Part Number: MSP430G2855 I'm running out of ram and want to find the actual amount of RAM used for the stack and the heap. It looks like it would be the easiest to fill the stack and the heap with a pattern, run the program, and look at the memory…
Part Number: MSP430G2855 MSP430 Friends & Family,
Our customer is working on porting their existing design to the MSP430G2855 that they have a question regarding crystal options on.
They are currently using an Abracon ABS05 crystal at 32.768KHz as…
Hello
I check agian on MSP430G2x55 Mixed Signal Microcontroller datasheet
on page 72-74, there are the dimensioned drawing of RHA40. Please check if this is what you need
Thanks!
Part Number: MSP430G2855 Other Parts Discussed in Thread: MSP430G2553 , MSP-EXP430F5529LP , MSP-EXP430FR5969 , MSP-FET Tool/software: Code Composer Studio Hello,
I've bought a MSP430G2855 microcontroller and I will program it with the launch pad (MSP-EXP430G2…
Part Number: MSP430G2855 Other Parts Discussed in Thread: MAX232 Scenario:
Apply power to PCB / MSP430
Using Hyperterminal connect to PCB via UART.
Receive data from PCB.
Power off PCB and back on again.
Hyperterminal (HT) no longer receives data, must…
MSP430G2955 is highest member of 2xx family with 56 KB flash and 4 KB RAM. There are also MSP430G2855 with 48 KB flash, and MSP430G2755 with 32 KB flash.
Hi Shlomi,
With the pinout of your specific application, you should be able to directly replace the MSP430F2274 with the MSP430G2855 of the same package. It's important to note the key differences between these devices (other than flash/RAM size):…
Katie,
I ran a test this morning confirming that Clemens' suggestion of not using a CMP instruction does indeed fix the problem. As I replied to Clemens, the MSP43F2274 works correctly, even with the CMP instruction. Here are some clips from the TI…