Part Number: CC430F5123 hello,
you mean that cc430f5123 for rf 433mhz soc module can be used for rf 447mhz band and also rf 433 antenna too?
i will use this device for 200meter apart system.
for the transmitter i use rf 447mhz transmitter.
thanks…
hello TER,
i will develope rf447mhz receiver sample as you requested.
the main controler will be cc430f5123 and helical antenna to save money and very simple function.
i have the circuit diagram for cc430f5123 from ti' datasheet.
but in realty…
Part Number: CC430F5123 Tool/software: TI-RTOS thaks,
do you mean that the typical application circuit cc430f51xx on figure 30 in "msp430 soc with rf core" can be used for my design
which receive rf 447mhz signal from rf 447mhz transmitter.
and…
Jonas,
I have my edge router up and going with the cc1180DB nodes running on NodeView. Here is the thing. Both LED'S for both CC430 nodes are not turning on. i have recently just put in new batteries and it doesn't show up in NodeView or power the LED…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: CC430F5123 , RF430FRL153H , RF430FRL154H , RF430FRL152H
Tool/software: Code Composer Studio
Hi team,
I tried to debug my first program and CCS demanded a firmware update. It started the…
Ahmed,
The CC430F5123 only has 8 kB of Flash memory and your total code size is ~11.5 kB. You will need to further optimize your code, cut out unneeded firmware segments, or upgrade to a device with more memory.
Regards,
Ryan
Iftikhar Azam50 said: If you look at the second image on the right: when I select "Texas Instruments XDS100v1 USB Debug Probe", it does not show any device The image also shows that a CC430F5123 device is selected. The CC430F5123 isn't supported by a…
Other Parts Discussed in Thread: CC430F5123 , MSP430F2419 I included the msp430f2419.h file for my code, but for some reason it is still using the cc430f5123.h file. I've noticed under my includes: C:/ti/ccsv5/ccsv5/ccs_base/msp430/include the first header…
Other Parts Discussed in Thread: CC430F5123 Hello,
I am new in this field. I am trying to run simple code in CCS5.1.0 which is given below.
#include "msp430x22x4.h"
volatile unsigned int i; // volatile to prevent optimization
void main(void…
Other Parts Discussed in Thread: CC430F5123 Tool/software: Code Composer Studio
Here is the Stack for it
**** Build of configuration Debug for project Lab1 ****
"C:\\ti\\ccs1010msp430\\ccs\\utils\\bin\\gmake" -k -j 4 all -O Building file: "..…