Other Parts Discussed in Thread: MSP430F123 , MSP430G2252 Is it possible to program an MSP430F123 via SPW on the LaunchPad, or do I need to get a proper JTAG programmer for this?
I have an F123 in a SOIC28 package on a breakout board I designed, and…
Other Parts Discussed in Thread: MSP430F123 Hello!
There is a problem on MSP430F123 basic clock LFXT1 oscillator during debugging. When I perform any of stepping instructions (F5, F6, Ctrl+Shift+F6) the XTS control bit is switched off and the oscillator…
Part Number: RF430F5978 Other Parts Discussed in Thread: MSP430F123 , , TMS37126 , TMS37F128
We have to replace a MSP430F123 + TMS37122 + sub 1GHz module with the RF430F5978.
The LF communication consists of a 16-bit wakeup pattern with 24 bits of…
Part Number: CC3100 Other Parts Discussed in Thread: CC3200 , MSP430F123 Hi, in the SWRU534 document on Wifi AT commands only says that it is compatible with CC3200 but not say nothing for CC3100, so my question is if the AT commands work with CC3100…
Other Parts Discussed in Thread: TMS37F158 , MSP430F123 Does anybody have a TMS37f158 MCU firmware based on MSP430f123 with a simple example just to test UART connection? This MCU is slightly different from MSP430f123 so the uart example codes provided…
Hello Dennis
A number of third party suppliers are indicating that the MSP430F123 has either been discontinued or is about to be, or are they just trying to frighten me into having to redevelop my products / purchase more expensive parts, development…
Other Parts Discussed in Thread: MSP430F123 I am trying to program an msp430f123 with the msp gang programmer at first I was getting blank check errors. I then updated the programmer to the latest firmware and now I'm getting error 32 wrong MCU. Any suggestions…
You are correct that MSP430F123 has only 256 bytes of RAM. You are attempting to place an array of size (15*20+8) = 308, so it cannot possibly fit in RAM. Can any part of the array go in FLASH? Must the array be that large?
I did not use CCS for that, I tried also with CodeBlocks to debug the code.
Which reader or processor are you using?
The MSP430F123 used at the RFID Base Station reader has a 256byte limitation for the RAM, so I can't fit the program.
Best regards…
Other Parts Discussed in Thread: MSP430F1611 , MSP430F123 , ENERGYTRACE , MSP-FET Previously I was using MSP430F123 with MSP-FET430UIF USB programmer . Now I switched to MSP430F1611. I am not sure if I can use the same debugger /Programmer. Please let…