Part Number: MSP430F5510 Dear Expert
Normally, we could find the device in PC device management list after connecting device to USB port, the default VID of device is 0x2047 and PID is 0x200(refer attached “Default PID&VID.JPG”), the programming tool…
Part Number: MSP430F5510 hi, I am trying to Communicate with the ADC through SPI and Bluetooth with a UART.
but I received a "cannot load from non-primitive location" type of Error in Tx And Rx Buffer. Also Attached the image of the same
Part Number: MSP430F5510 Other Parts Discussed in Thread: MSP430WARE , Hi experts,
I would like to confirm about the software for MSP430 USB.
Q1: Are the following information all the interrupts that may occur during normal operation except RESET…
Part Number: MSP430F5529 Other Parts Discussed in Thread: MSP430WARE I have a question about MSP430F5529 Low Power. when I use MSP430F5529 enter Low Power 4.5 status,The MCU current flow is 10~22uA,why not is 0.1uA.
when MCU power is 3.3V ,The MCU Low…
Part Number: MSP430F5510 1.In MSPWare ,i donot find this application" MSP430_USB_Firmware_Upgrade_Example" for firmware updation in MSP430F5510IRGC.
Please Provide the path of setup.
Part Number: MSP430F5510 Hi Team,
There's an issue from the customer need your help:
When the ADC is sampling, there will be a small spike noise for each sample. For example, with 50kH sampling, there will be a spike on the signal every time a sample…
Part Number: MSP430F5510 Other Parts Discussed in Thread: MSP-GANG , UNIFLASH , MSP-FET Hi
May I have a question about write MSP430Fx 's flash memory?
My customer is using MSP430F5510.
And want to write data that data + code to 2 section (information…
Part Number: MSP430F5510 Other Parts Discussed in Thread: DRV8316 , DRV8329 Hi All,
We are developing trapezoidal BLDC motor control solution for 1KW BLDC motor. Please suggest us, if there is any low cost solution available using MSP430 or any other…
Part Number: MSP430F5510
Hi
My customer developing MSP430F5510 and F5529.
I want to check about operation of MCLK that when reset and when all registor value not change reset.
Q1: when reset, MCLK souce is DCOCLKDIV that divide (N+1) FLLREFCLK…
Part Number: MSP430F5510 Why do I get an error :"expected a declaration"
For there lines?
#define RB_INITIALIZE(rb) do { (rb).read_idx = 0; (rb).write_idx = 0; (rb).data_ct = 0; } while (0);
It seems to me a properly define routine.
erubin@tetracore…