Forum Post: RE: MSP430 USB Python
Hello, I've been trying to find the page with no luck.. when I find it I'll post it. Brian
View ArticleForum Post: Blinky example using interrupts in CMSIS
Hi, I'm trying to replicate the blinky example fro MSP432 , but without delays, and using interrupts and the CMSIS example. Here is my code:...
View ArticleForum Post: MSP430 Powered Down Input Impedance
Hello, I saw this post, but it didn't seem to answer the question: https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/497805 I have a similar question: I have a pull-up on one of the GPIO pins...
View ArticleForum Post: RE: MSP430 Powered Down Input Impedance
John, We do not recommend supplying voltage to a particular pin when the MSP430 is not powered via DVCC. GPIO when the device is not properly powered are in a high impedance state. This means you can...
View ArticleForum Post: Diferences between MSP430F5529 and MSP430G2553
Hello! I'm starting to work with msp430 now, and I would like to know the diferences between F5529 and G2553. Thanks! Lidiane
View ArticleForum Post: RE: EnergyTrace error
Hi Giannis, Did this resolve your issue? Regards, Katie
View ArticleForum Post: RE: MSP430 USB Python
I think the page has been changed or moved. I had a link to it, but it no longer is available.
View ArticleForum Post: MSP430FR5x/6x USCI A0 SPI CLK/RX issues
Hello All, I am having issues on both the MSP430FR5989 and MSP430FR6989 in using the SPI on USCI A0. First off, I am configuring it for 3-wire Master mode to talk with an external sensor. The issue I...
View ArticleForum Post: RE: MSP430 USB Python
in the package I downloaded. MSP430USBDevelopersPackage_5_10_00_17 there are three versions of testgui.vcproj. look like one for Windows, Mac, and Linux. I'm trying the one for Windows. When I load the...
View ArticleForum Post: RE: msp432 boot loader
Hi Alon, For #1: Please see the BSL User's guide www.ti.com/.../slau622 section 3.1 Physical interfaces. You can see that it says "The specific instance of the peripheral interface that is used depends...
View ArticleForum Post: RE: MSP430 USB Python
Hi Brian, The link you pointed me to is incorrect and will be updated. Thanks for posting the link! Currently the MSP430USBDEVPAK only supports Python_Firmware_Upgrader tool as we no longer support or...
View ArticleForum Post: RE: Possible MSP432P401R Launchpad Rev. C LFXT issue
(Please visit the site to view this file)Thanks for sharing the additional information, and yes I agree that the CS_CTL0_DCOEN is not applicable. It may be a board issue. I have tried to recreate the...
View ArticleForum Post: RE: Selection of MSP430 for meaurement purpose
Hi Ashutosh, You can try the parametric product search as suggested by ilmars. Try MSP430F552x if you are looking for MSP430 family, has decent 12bit ADC with 12 channels (10 external channels). Though...
View ArticleForum Post: RE: Blinky example using interrupts in CMSIS
Hi Bruce. I didn't understand where in the code the OP is enabling a A1 timer interrupt. It seems to me that hes working only on the A0 timer in these lines: TIMER_A0->CTL = TIMER_A_CTL_SSEL__SMCLK...
View ArticleForum Post: RE: Diferences between MSP430F5529 and MSP430G2553
Depends what your planning to do with the board. If your a beginner and try to play with MCUs at first level, go with G2553. This launch pad is way cheaper than the F5529 based board. ofcourse, F5529...
View ArticleForum Post: RE: Firmware Upgrade using MSP430F5247
Hi, We merged all of your threads since they seemed to all be the same question. First off, I wanted to know if you were aware of MSPBoot: www.ti.com/.../slaa600 software-dl.ti.com/.../index_FDS.html...
View ArticleForum Post: RE: Blinky example using interrupts in CMSIS
Jose, I believe what Bruce is referring to is the fact that there are two interrupts in Timer A, as described in slau356, these are represented in the interrupt definitions as: TA0_0_IRQn = 8, /* 24...
View ArticleForum Post: RE: MSP430 with CAN? Where is it?
Is there any way to emulate CAN on MSP430?
View ArticleForum Post: RE: ECC Uncorrectable error testing.
THe controller I am using is RF430TAL160H. My understanding was that ECC logic is similar across the controller series. I thought there is a generic way to test it.
View ArticleForum Post: RE: Possible MSP432P401R Launchpad Rev. C LFXT issue
So I've switched back to using the MSPWare system_ msp432p401r .c setup file where it initializes everything needed for different clock frequencies and I'm starting to get somewhere with the red Rev. C...
View Article