Forum Post: RE: How can I use the other I2C Channel of MSP432 Launchpad?
Leo, The current release of Energia does not support multiple instances of Wire. Also, Wire only supports EUSCI_B1. This is why you are having problems.
View ArticleForum Post: RE: MSP-GANG programming with BSL: overall result ok but actually...
Hi Gorazd, It's important that SBW signals are clear at both ends and we recommend that you either using a flat ribbon cable or twisted pair. If using a twisted pair, each of them should have one wire...
View ArticleForum Post: RE: MSP430 GCC 4.0.1.0 - missing macros in iomacros.h
Dave, Thanks for the reference. It looks like there still has been no resolution from TI, or RedHat, or the new maintainer. That's what I was hoping for. Like you, I figured out how to get around it....
View ArticleForum Post: RE: SPI Communication between msp430 and cc2531 zigbee
Hi Ashraf, What frequency are you running your SPI CLK? What happens if you try to reduce the speed, are you still getting issues? Regards, Akash Patel
View ArticleForum Post: RE: MSP-FET430UIF Firmware problem
Hi Brian, To confirm, the MSP-FET430UIF (gray box) is having trouble, but the MSP-FET (smaller black box) is working correctly, correct? Everything below will only work for trying to fix the...
View ArticleForum Post: RE: MSP430F6733 SD24 setting
Hello, Could you post more of your code so that we can try to get an idea of your other register settings? Here is a code example for "Continuous Conversion on a Single Channel": dev.ti.com/.../ Line...
View ArticleForum Post: RE: What do i need to start at the BSL on reset?
Hi TI Lady, Please take a look at the MSP430 BSL User's Guide , it contains all the information you need. In short, there is a hardware entry sequence that forces BSL entry, using the TEST and RESET...
View ArticleForum Post: RE: How to build a released .out file which source code can be...
Hi Ted, Have you been able to solve the problem? I was unable to recreate any error so I will need more information to be able to help you out. Regards Charles O
View ArticleForum Post: RE: Does it has something document for MSP430F6438 with CC2564 ?
Hi Wun, Sorry for the very late response here, this one slipped through the cracks. Were you able to create the project or do you still need assistance with this? Regards, Charles O
View ArticleForum Post: RE: msp 430 gdb
Hi Craig, Did you try changing the directory? did that fix the problem? Regards, Charles O
View ArticleForum Post: RE: MSP-FET430UIF Firmware problem
Yep you are correct. The MSP-FET works perfectly but the MSP-FET430UIF is no longer communicating with the computer. I tried the V3V2.bat but it keeps failing halfway through and CCS wont even reconize...
View ArticleForum Post: RE: ARM Cortex M4F FPU registers to debug
[quote user="Alexey Bagaev"]OMG, these registers are double precision.[/quote]The Cortex-M4 FPU provides an extension register file containing 32 single-precision registers. These can be viewed as:...
View ArticleForum Post: RE: MSP430F2274 Not Working After Debug
Running the CPU too fast for Vcc (above the curve in Figure 1 of slas504g) will produce "goofy" (pardon the jargon) results -- the debugger will jump around, and/or appear to execute instructions other...
View ArticleForum Post: RE: BSL Entry - MSP430FR59691
Hello TejaChintalapati, When invoking the BSL this way have you ensured the following? *JTAG has no control over MSP430 Resources *Supply Voltage, VCC, does not drop below its threshold, thus causing a...
View ArticleForum Post: RE: MSP432 ADC14 Multiple Channel No Repeat only actually returns...
Thanks Rob for reporting the issue. Best of luck to your students with the TI Innovation Challenge! Regards, Akash Patel
View ArticleForum Post: RE: What do i need to start at the BSL on reset?
I can only tell you my understanding about this. There are many causes of System Reset. If it is caused by powering up the device, power supply "BrownOut", or software generated "BrownOut Reset", it is...
View ArticleForum Post: RE: weigh scale design
> how about using an electronic bathroom scale, and a 1:10 lever for range extension Nice idea! To get 100 ton range multiple scales would be needed and operator with calculator in addition to that.
View ArticleForum Post: RE: msp 430 gdb
Hi Charles, I apologize for not responding earlier, but I've been engaged in a couple of activities unrelated to the MSP430 problems. I mentor a local high school robotics club in the afternoon, and...
View ArticleForum Post: RE: weigh scale design
I think you guys missed the point. The point is to create a scale for the specific propose to help shady wheeling & dealing characters to siphon off public money from starving people through their...
View ArticleForum Post: RE: How can I use the other I2C Channel of MSP432 Launchpad?
Good Morning, So this is clear that in Energia it is not possible to MSP432 then. Because there is a book where the TivaC microcontroller is able to use the other channels of I2C, by invoking the...
View Article