Part Number: MSP-EXP430F5529LP Other Parts Discussed in Thread: RF430CL331H Hello
When I attempt to compile the example provided here: http://www.ti.com/lit/zip/sloc330
I get the errors shown in this screenshot. How do I compile this example so I can load…
Part Number: BOOSTXL-TUSS4470 Other Parts Discussed in Thread: MSP-EXP430F5529LP , UNIFLASH Hello,
I've recently purchased a BOOSTXLTUSS4470 and MSP-EXP430F5529LP, I've downloaded the GUI and stacked them up as in the guide. The GUI says no TUSS4xx0 device…
Part Number: MSP-EXP430F5529LP
Hello, Texas Team or Experts
In MSP430x5xx and MSp430x6xx Family User Guide, I can't understand Bypass function.
I know Clock signal means MCLK, SMCLK, ACLK.
But If I configure an external oscillator or crystal, which…
Part Number: MSP-EXP430F5529LP Other Parts Discussed in Thread: MSP430WARE Hello, Texas Team or Experts
I have studied about FLL clock.Then, I read UCS_initFLL definition in UCS source code. But there is a problem.
The problem is where is Definition of Function…
Part Number: MSP-EXP430F5529LP Hi champs,
I am evaluating USB HID function of F5529, when I execute HidDemo.jar and nothing happen. Is it due to my laptop is a 64-bit machine?
If this is the case, seems that it needs to re-compile Hid Demo project. I don…
Part Number: MSP-EXP430F5529LP I have the same problem in MSP-EXP430F5529LP: Unable to complete output buffer initialization - MSP low-power microcontroller forum - MSP low-power microcontrollers - TI E2E support forums this post.
I tried the solution …
Part Number: MSP-EXP430F5529LP
I've writing code for selecting bits from registers. My code in C is:
int16_t nextPhI=((RES2<<1)
|((RES1&0x8000)==0x8000))
+((RES1&0x4000)==0x4000);
This gives the assembler
40: 5f 02…
Hi Gokul,
Thank you for your reply.
I apologize to you to reply lately.
=====
1. I'm assuming that you are planning to use the on board MSP430, is that right?
Yes, I'm plannning to use the on board MSP430. I have a MSP-EXP430F5529LP.
2. Jumper on…
Part Number: MSP-EXP430F5529LP Other Parts Discussed in Thread: MSP430F5529 , , MSP430WARE OK - I've obviously missed something.
On the MSP430F5529 development board, I'm enabled the external XT2 crystal @ 4MHz, and switched to that. Now trying to enable…
Part Number: MSP-EXP430F5529LP Other Parts Discussed in Thread: MSP430F5529 , OK - and trying to run an interrupt on the Timer B CC0 channel, so when TBxR wraps. I've stripped down my code to a simple test program, that is designed to have the interrupt…