Hi Florent,
Glad to help you with your personal project. Before you go into another forum to post questions, remember you can download the DRV8804EVM CD Image from the DRV8804EVM web page. In this CD image you can find the firmware for the MSP430 microcontroller…
Other Parts Discussed in Thread: MSP430F2617 , MSP430F2618 Hi,
Thanks for your previous supports.
We are using MSP430F2617 in our project and we are not planning to add a bootloader for our firmware. We need a CRC checking for the flash memory in…
Hi,
Yes, the Zstack size is different if you compil for a coordinator, router or end_device. This size is less
important for an end_device.
The stack using with CC2520 is built for a MSP430F2618, you can use too the MSP430F2617 (less Flash).
Launix…
I guess that this is a message for Code Composer Studio developpers...
The version of CCS6 I use is "Version: 6.0.1.00040" in Linux
I try to make a code that communicates with an LCD module, RTC, Sensors, PC e.t.c. I'm still on the part that I build…
Other Parts Discussed in Thread: MSP430F2617 I'm trying to interface an F2617 with an AD5242 digital potentiometer http://www.analog.com/static/imported-files/data_sheets/AD5241_5242.pdf
The code hangs on line 40: while (UCB0CTL1 & UCTXSTT);
If…
Part Number: DRV8706S-Q1LEVM Other Parts Discussed in Thread: DRV8245S-Q1LEVM , CSD18512Q5B , DRV8706-Q1
Tool/software:
hi,
I need help regarding the DRV8706S-EVM. I designed and manufactured PCBs, assembled and tested with DC motor all 5 units…
Other Parts Discussed in Thread: MSP430F2617 After struggling with ADC I am able to run the ADC in various mode. I have configured the ADC with Single Channel Single Trigger mode using the following Code void configure_adc(void) { P6DIR = 0xff; P6OUT…
Other Parts Discussed in Thread: MSP430F2617 Hello TI Community,
After struggling with ADC I am able to run the ADC in various mode. I have configured the ADC with Single Channel Single Trigger mode using the following Code
void configure_adc(void…