Part Number: MSP430F2616 Other Parts Discussed in Thread: MSP430WARE Dear PL:
my customer meet DAC Calibration fail issue during their new product. customer could not implement DAC calibration sucessful during initial stage.customer code as below. could…
Part Number: MSP430F2616 Tool/software: Code Composer Studio Difference of CCS9 and CCS4 for our program “antisnowqwide_INTfinal.asm”
1) This program “antisnowqwide_INTfinal.asm” can be debugged and download)ed to target MSP430F2616
By CCS4 ( PC …
Part Number: MSP430F2616 I was using CCSv4 and MSP-FET430UIF to download program to target CPU MSP430F2616.
But the other day I connected MSP-FET430UIF to CCSv9.
After that time, when I debug the program on CCSv4 and MSP-FET430UIF.
PC device manager…
Hi user5886762,
I haven't heard back from you, so I assume you were able to resolve your own issue. If not, don't hesitate to reply below or create a new thread.
My apologies again for dropping this, have a happy holiday!
-Jim
I see three different lines in the assembly file get diagnostics.
Two them appear to have the same issue. For this line ...
ISHINO ren said: bis #GIE,SR ; enable maskable interrupt
... and this line ...
ISHINO ren said: buzon dint
Please see…
Part Number: MSP430F2616 Tool/software: Code Composer Studio Dear person in charge of Code Composer Studio support.
According to my first question, we saw Debug error on CCS9 (Windows10) of Assembler program made on CCS4 (Windows XP)
When we review…
Part Number: MSP430F2616 I am adding following math function in my code pwr(), exp(), log() using math.h file, but controller take lots of time to solved equation.
Can you tell me how to increase controller speed. with example.
Also I am trying…