Other Parts Discussed in Thread: CC2500
Hello, its maybe a futility ,but as I always try to get the documentation also right, the LED's on the launchpad eagle schematic are swapped (drawing -msp430-expg2_rev 1.3 sheet 3/3) :)
Also many example files use a different input port (p1.4)for the launchpad pushbutton as it should be p1.3...(msp430g2xx3_p1_02.asm December2010) as i think most 430g2xxx will be programmed with the launchpad...
As the example Assembly programs are mostly used for study : writing bic.b #040h,&P1OUT is more easy to understand by bic.b #BIT6,&P1OUT or even more simple
.asg "#BIT6,&P1OUT",GreenLED then anywhere in your program you can use bic.b GreenLED or bis.b GreenLED as you straight understand what's going on without mind boggling hex to binary conversions and so on....
....and why oh why is the spi clock pin on the ez430 rf2500 used for chipselect of the cc2500..... as the ez430rf2500 could be so useful if the spi port was free for additional hardware ....
So how and where can i submit documentation corrections or product improvements?
Jazz, Saigon Vietnam