Forum Post: RE: 3Phase 3Wire Voltage Measurement
Why don't you check TI 3-phase meter reference design?
View ArticleForum Post: RE: problem with an CC430F5137 and MSP-Gang.dll
The only difference I see between your script and the GUI is what I mentioned above about you need to use pMSPGangSetConfig(CFG_IO_INTERFACE, SBW_VIA_RST_BIT); before you call open device instead of...
View ArticleForum Post: MSP430F247 Evaluation Board
Hello, I was wondering if it would be possible to use a TI launchpad to evaluate code I intend to write for the MSP430F247 (a 64 pin package). I was wondering if any of the evaluation boards other (and...
View ArticleForum Post: RE: MSP430 RESET Circuit issue
What is a "disappearing resistor"? Is it written in c and declared "volatile"?
View ArticleForum Post: MSP430FR6989 - Code Composer Studio - MCU won't store unsigned...
Hi, New to the MSP430 Launchpad and code composer studio, which seem to be both awesome. However I'm having an issue when I try to run this bit of code on my MSP430FR6989 Launchpad (See code and...
View ArticleForum Post: RE: Problems with the msp432 linux support package
[quote user="Rick Kimball"]For what is worth, I see the missing lib in CCS 6.2 for linux $ find . -name 'libctools.so' ./ccsv6/ccs_base/emulation/analysis/bin/libctools.so [/quote] I found that as...
View ArticleForum Post: MSP432 and Forth
I have an application for the MSP432 of putting Forth on it. I will be writing it in assembler. Is there assembler documentation? Also I will be using your FATFS file system which I believe was written...
View ArticleForum Post: MSP432 RTC Battery Backup
Since there is no coin vbat backup on MSP432 why is there a RTC? Do I need to put in an I2C RTC with coin battery backup if I want a RTC?
View ArticleForum Post: MSP43067791 : Jumping from application to bootloader
Hi Guys, This is my first post and my first time working with MSP430, I want to implement a code to make a jump to Bootloader section from application code upon receiving a string from GSM module using...
View ArticleForum Post: RE: MSP430FR6989 - Code Composer Studio - MCU won't store...
This appears to be a bug in the CCS debugger; -8 is the value that results from interpreting the value 248 as a signed char.
View ArticleForum Post: RE: MSP430F247 Evaluation Board
Different MCUs are never completely compatible. What features of the F247 are you planning to use?
View ArticleForum Post: RE: MSP430F5310 in 48-pin package, how to use both USCIA1 in...
Too bad? as the ADC need to be polled in exact time slots, and if master in the same time will access the device, it will not respond or loose the sample from ADC, both cases are unacceptable. Is...
View ArticleForum Post: eZ430-Chronos-868 resets after a while
Hello there, I have a Cronos watch. I havent really reprogrammed it yet, just using the default software, its ok for now. I have noticed however that the mcu resets itself after could hours (sometimes...
View ArticleForum Post: RE: IQMath Library
Just say "Thank you" that TI gives this very competitive library in this cruel world free of charge.
View ArticleForum Post: RE: IQMath Library
It (usually) takes years to realize that the main problem - i.e. source of bugs - sits in front of the keyboard. Why not let those guys make that experience themselves ... ?
View ArticleForum Post: RE: Problems with the msp432 linux support package
Maybe you should try running gdb_agent_console using strace and see exactly which directories and files it is trying to open. -rick
View ArticleForum Post: RE: OpenOCD and XDS110 doesn't seem to work
Here is the solution for the above error. In particular the SUBSYSTEM="hidraw" line is what does the trick. /dev/hidraw gets created when using the CMSIS-DAP port. ACTION!="add|change",...
View ArticleForum Post: RE: MSP430F247 Evaluation Board
I will be using it as a motor control board. There will be a BLE UART connection, a movement sensor using I2C, 3 LEDs, and 4 PWM output pins. Does that answer your question or did I miss the mark?
View Article