Part Number: MSP430FW423 Other Parts Discussed in Thread: MSP430FW429 Hi MSP champs,
It sounds like that MSP430FW429 is similar to MSP430FW423 (peripheral addressing, pinout, ...) except that the RAM and Flash are bigger on the FW429
Do you confirm…
Hello Eddie,
Thank you for organizing interresting and fruitful discussion.
Let me summarize that, just to share with others, what is an explanation of the problem.
Setting SIFPSMV=0, means that ScanIF module will access low addresses from 0 to…
Part Number: MSP430FW423 Tool/software: TI C/C++ Compiler Hi,
During optimization I was browsed code generated by the compiler. I saw the sequence:
some_function( uint16_t arg ):
MOV.W R12, R15
SWPB R12
MOV.B R12, R12 <<<< ???
Why is that…
James Evans said: Hello Piotr, This makes sense. Keep in mind that the SIFDIV3Ax and SIFDIV3Bx bits may be updated anytime during operation. When updated, the current TSM sequence will continue with the old settings until the last state of the sequence…
Hi,
First state of my TSM was not set to 0x0000. This was the issue. After adding "SIFTSM0 = 0x0000;" there are no more false counts and calibration works perfectly.
Thanks for help.
For the CPU, there is not really any difference between "inside ISR" and "outside ISR"; that RETI will work just fine.
But the __bis_SR_register functions is guaranteed to map to a single, atomic instruction. (If the BIS were not atomic, the RETI wouldn…
Part Number: CC115L Other Parts Discussed in Thread: MSP430FW423 , MSP430FW425 , Hello,
1. We are producing working devices using MSP430FW423/MSP430FW425 and cc115l as radio transmitter.
2. We are using configuration form RFStudio with default values…
Other Parts Discussed in Thread: MSP430FW423 Hello,
I'm debugging an old CCS4 project fully functional with the MSP430FW423 in the CCS5 (I create a new project and I imported the old Main.c file)
I'm using the fet programmer MSP-FET430UIF (with the…