Part Number: MSP430F5525 Hello, In the circuit I have drawn, I want the data to be saved on the sd card and read from the usb. How should I draw a PCB for this, does the 'mass storage' issue matter during the pcb drawing stage, which pins can I use to…
Part Number: MSP430F5525 Hi Team,
There's an issue from the customer need your help:
I'm using MSP-TS430PN80USB to connect to PC by USB(usb power jumper has been set , mcu digital and analog pin have voltage). Win7 system has no react. Installed u…
Part Number: MSP430F5525
Hello,
I am using LSM6DSO32TR as accelerometer and i connected it to P3.0 and P3.1 pins in MSP430F5525.
I wrote a code but my code isnt working.
It doesnt pass write-level. I dont know does my sensor work or not.
Please…
Part Number: MSP430F5525 Hello, In the published SD card guide the links are shown as follows.
Is it valid for F161 series or can I apply for F5525 as well? Also, there is 3V in the display, and my circuit is fed with 3.3V. Does this change cause…
Part Number: MSP430F5525
I took this code from "Resoursce Explorer" for MSP430F5525. I wanna take gps data but my code isnt true working and i dont know where must i look in registers. Code is working but the TX and RXBUF values are constantly changing…
Part Number: MSP430F5525 Other Parts Discussed in Thread: ENERGIA I drew a pcb and used MSP430F5525 on this board. Can I encode my card in Energia IDE by choosing the LP-MSP430F5529 board as the same family chip? What should I use to program, can I program…
Part Number: MSP430F5521 Other Parts Discussed in Thread: MSP430F5529 , , MSP430F5527 , MSP430F5525
Hi Team,
Table 6-1 of the datasheet of MSP430F5521 shows that the differences with MSP430F5525, MSP430F5527 and MSP430F5529 are the size of the flash…
Part Number: MSP430F5505 Other Parts Discussed in Thread: MSP-FET , MSP430F5529 Hello,
Customers are using MSP430F5505IRGZ (VQFN) to invoke BSL from the MSP430 application (Jump to 0x1000) to launch BSL and perform FW Update.
Although it did not work…
You can't move the reset vector. You can move the others, but only to RAM, and only in your code, not in the linker file. [Ref User Guide (SLAU208Q) Sec 1.3.6.1]
The second ("FLASH1") variant looks about right, assuming you didn't mess with the vectors…
Part Number: MSP430F5525 Dear team,
A customer has the following request.
One of their old products reported a NACK issue in the field; it turns out to be a FW bug caused the I2C to reset.
They solved the problem but they would like to know how…