Forum Post: MSP430: Trouble Reading Memory Block at 0xc010 on Page 0 of...
Hi All, I am getting strange error with msp430g2553 launchpad, when i click microcontroller s1 switch in debug mode Thanks&Regards, Vijay
View ArticleForum Post: RE: MSP-FET Flash Emulation Tool problem
I checked the voltage between Pin 2 (VCC_TOOL) and Pin 9 (GND) on my MSP-FET . It is not shorted . It is 0.55V DC. Thanks, Vaishravana.
View ArticleForum Post: RE: MSP432 Launchpad Debugging not working properly
Hi Katie, yes everything is working with the new red launchapd msp432. Thanks, Michael
View ArticleForum Post: RE: MSP432 GPIO Interrupt priority problem
What do you mean by clearing the P5.0 IFG?
View ArticleForum Post: RE: MSP432 GPIO Interrupt priority problem
[quote user="Michael Liesenberg85"]What do you mean by clearing the P5.0 IFG?[/quote] [quote user="Michael Liesenberg85"] void gpio_4_interrupt( void ) { uint_fast16_t status =...
View ArticleForum Post: RE: MSP432 GPIO Interrupt priority problem
Yes i am doing that already. My problem is that if two INT with different priority happens at same time, the one with less priority, in this case GPIO_PORT_5 , will not be handled. Why is this port not...
View ArticleForum Post: RE: MSP432 GPIO Interrupt priority problem
Did you check if the ISR is left or if it is executed over and over again?
View ArticleForum Post: RE: MSP432 GPIO Interrupt priority problem
Hi Dennis, so i set a pin outup to toogle and measured it with an oscilloscope. When it enters the ISR the pin gets High and when it clears it gets Low. It is not repeating the hole time, it only comes...
View ArticleForum Post: RE: Seeking Altium schematic symbol for MSP430F122
As far as I know there is only a library for EAGLE , but even this does not contain every part. There are so many. Making your own doesn't take that much time.
View ArticleForum Post: Looking for msp430f5438PZ library of altium
Hi There, I am looking for MSP430F5438PZ library of Altium. Would you tell me where it is. Thanks, Dison
View ArticleForum Post: MSP432 Factory Reset Causing Error
Hello, Regarding the REV C micros (XMS432P401R), we have had a reoccurring issue of boards becoming bricked after the Factory Reset process is performed described here (...
View ArticleForum Post: RE: MSP-TS430PN80 Evaluation Board
Raymond, I received a board, and you are correct. The hole sizing is too small for the pins to fit in properly. I have filed this as a bug to fix on future builds. Although the pins clearly don't fit...
View ArticleForum Post: RE: UART (USCI_A0) and SPI (USCI_B0) - Interrupt problems
Hi guys Would you please take a look at my code and tell me wht is wrong with it. I am using this to communicate with BN055 IMU which is connected to and MSP430G2553 launchpad via UART. The problem is...
View ArticleForum Post: RE: MSP-FET product folder disappeared and confusion about the...
Hi Billy, I just wanted to let you know that our MSP-FET product folder is back online. Regards, James MSP Customer Applications
View ArticleForum Post: RE: MSP-FET Flash Emulation Tool problem
I'm sorry if I wasn't clear enough in my previous post. I suspect that the short between the VCC and GND pins on the MSP430 in your target board damaged the power supply inside the MSP-FET when it was...
View ArticleForum Post: RE: MSP430F5 Thermal Shutdown temperature level?
Hi Erik, This is definitely strange behavior. I'm concerned that the junction temperature (Tj) is exceeding the upper limit, 85C (see Table 5.3 in the datasheet ). Typically, Tj is higher than the case...
View ArticleForum Post: which book recommended for MSP432 programing
I need a book to know more about programming for MSP432, the project I work on is mainly programmed in assembly that is called from c function.
View Article