Forum Post: RE: text file to msp flash
[quote user="GURU MOORTHY"]But the final system will have only stand alone MSP430. How can I deal with this.[/quote] That is why you need the compiler/assembler (to prepare an object code) and the...
View ArticleForum Post: RE: Question about MSP430G2744 USCI MODE
The device only has two communication modules, so the answer to both questions is "no" if you need two independent SPI modules. UART cannot be used with multiple counterparts, but SPI is a bus. You can...
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
What do you mean when you say that the datapipe interface ends up using a driver that makes it avaliable to Android programs? Do you have any more information on what driver that is? I am seeing the...
View ArticleForum Post: RE: MSP GANG programmer: how to blow fuse programmatically
Thank you Katie. This helped. Ill go with option 2 (with an empty .hex and memory option with update only) I should read the status byte right after calling MainProcess, like this, right? unsafe {...
View ArticleForum Post: Question about declaring local variables in Assembly using Code...
I am studying how to program MSP430 micro-controllers and the book I am using shows examples using the IAR assembler that has features that are not part of Code Composer Studio. For example, in the...
View ArticleForum Post: Library
Hi, I'm beginer in MSP ==> MSP430F5529 . I have set up several modules to MSP430 and my code has had to grow through this time. How do I make a library?, What kind of extensions should generate(.h ;...
View ArticleForum Post: RE: using ez-fet to program a different target
Hi Mike, Ok...So this is getting pretty bad. I tried many things during the weekend. Here are my steps..... - I double checked the wire connection and it looks good. I am connected via the following:...
View ArticleForum Post: RE: Energy trace+ does not generate data
I exchanged another MSP432LaunchPad(black)and removed all additional devices,board,or peripherals.And then retried the test,energy trace+ was running ok with recorded data. I think your estimation that...
View ArticleForum Post: RE: using ez-fet to program a different target
[quote user="Bruce McKenney47378"]I use the F5529 Launchpad routinely to program my target boards -- a number of different MCUs, most newer than the F5529. The only real difficulties I've had were...
View ArticleForum Post: RE: MSP430 + IAR Simulator
I do not know how you intend to "test the RTC settings" and your simple code has nothing to do with that. Your code should compile with no error. And you should be able to download it to the simulator....
View ArticleForum Post: RE: How to reduce the size of app code and bootloader
[quote user="zrno soli"]Whit this bootloader, tetris, snake and other retro games are included? ...[/quote] No, that is not enough. It has to be "my way". [quote user="zrno soli"]... All together 14...
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
What is the usbhost.c file you are referring to? I don't see any file by that name in MSP430USBDevelopersPackage. I was already looking at the ACTION_USB_DEVICE_ATTACHED inside a BroadcastReceiver (I...
View ArticleForum Post: RE: using ez-fet to program a different target
[quote user="old_cow_yellow"] I agree to Bruce and want to add that the target board needs a ~47K pull-up for the RST pin and should not have a cap to ground that is >2.2nF there. [/quote] Cap and...
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
usbhost.c Anyway, using HID is necessary only for Windows. If your device is intended to be used with Android, try changing the interface class to vendor-specifc. (And nowadays, even in Windows, you...
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
And what about CDC? If there is no 10 sec detection problem with CDC, maybe you can switch to CDC. Clemens, don't know about today, but at the time when I was doing some USB tests on MSP430 (...
View ArticleForum Post: RE: Two Timers running parallel in MSP430F5529
Thanks for your clear explanation. Just understood that TA0CCTL0 = OUTMOD2 + CCIE + OUT; interrupt routine is defined by TIMER0_A0_VECTOR. Hope I'm correct. Can you please tell which vector will be for...
View ArticleForum Post: RE: Two Timers running parallel in MSP430F5529
[quote user="Sandeep UD"]Can you please tell which vector will be for TA0CTL = TASSEL_2 + MC_1 + TACLR + TAIE;. Is that TIMER0_A1_VECTOR??? [/quote] Correct, but be aware that TAIE of TA0CTL and CCIE...
View ArticleForum Post: CC430F5137 and RTC3 Errata
Hi, I am using CC430F5137 with RTC Module affected by RTC3 errata. Workaround ASM file found in MSP430F5438 Code Example slac166 starts at 0x5C00 address, out of CC430F5137 flash. May I move ORG...
View ArticleForum Post: RE: using ez-fet to program a different target
Thanks for your help everyone. :) The probelms was a large cap on RST. I had a 10nF to ground and a 1.3K resistor to power on RST. I simply removed the Cap and everything is working well. Chris
View ArticleForum Post: discrepency between driverlib code and driverlib in rom code.
I am have pretty significant doubts about what code is going into the ROM area on the MSP432P401R . I am using XMS432P401R Rev C on a MSP-EXP432P401R launch pad board. Not sure what is actually burned...
View Article