Forum Post: RE: MSP430 - How to know which pin triggered interrupt
Which are the pins that are used as interrupt?
View ArticleForum Post: RE: DLMS Cosem library download ?
Hi Mohamed, Pls leave your mail ID here so that I may send you the beta version of the updated library. Regards, Chander
View ArticleForum Post: RE: MSP432P401R: Making MSP432P401R (Red)Launchpad work at 1.8V
Thanks Dan for reply. I am thinking of using a level shifter between the debug chip & mcu since, the debug chip will be working on 3v3 & mcu on 1V8. Then will it be fine? Regards, Prasad.
View ArticleForum Post: RE: MSP430 - How to know which pin triggered interrupt
All the pins of a port1 & port2 generally have interrupt capability. But, depending on the device you use it might change slightly.
View ArticleForum Post: RE: MSP430F2418: Multiple data transmission through UART
Hello sasuke, Yea you are right. Two senor data are num1 and num2. In actual application this value will be varied with respect to time, but here I made two constant values for simplicity. Also, the...
View ArticleForum Post: MSP-GANG: MSP-gang.dll 64bit version
Part Number: MSP-GANG HI, i just want to ask if theres any library wiht 64bit version? Im currently working on my labview program and we are using 64bit verion. anyone using it here or link? thank you.
View ArticleForum Post: RE: MSP430FR6972 internal temperature sensor
Hi Caleb, Sorry for the delay. I was looking other issues. Could this be an issue that occurs during free-running mode but not during debug mode? I tried while free-running mode and the result is same,...
View ArticleForum Post: RE: MSP430F5659: Hardware Multiplier speed
General division (when none of the values are constant) is hard to make fast. In your case, you might be able to copy and rename the division routines provided by the compiler (?DivMod32u and...
View ArticleForum Post: RE: MSP432P401R: Making MSP432P401R (Red)Launchpad work at 1.8V
Hi Prasad, I don't know, it might. I am not too familiar with the electronic peculiarities of the launchpad. I would suggest you give it a try, I don't think you can kill the MSP with a level shifter,...
View ArticleForum Post: RE: MSP432P401R: alignment errors from driverlib
[quote user="Clemens Ladisch"]The MSP430 driverlib code supports both 8-bit (P1,2,3,...) and 16-bit (PA,B,C,...) ports, and takes care to adjust the 'odd' 8-bit register values to work with the 16-bit...
View ArticleForum Post: RE: MSP432P401R: alignment errors from driverlib
I was talking not about MSP432 but MSP430. That code is correct, and similar logic should have been used for MSP432: void GPIO_setAsOutputPin(uint8_t selectedPort, uint16_t selectedPins) { uint16_t...
View ArticleForum Post: RE: MSP432P401R: Making MSP432P401R (Red)Launchpad work at 1.8V
Thanks Dan:) Anyone from TI-Community who can tell me for sure that what i am planning to do is right or am I missing something? I don't want to fry anything. Please Help. Regards, Prasad.
View ArticleForum Post: RE: MSP432P401R: alignment errors from driverlib
[quote user="Clemens Ladisch"]I was talking not about MSP432 but MSP430. That code is correct, and similar logic should have been used for MSP432:[/quote] my apologies, I saw msp430 and read msp432. I...
View ArticleForum Post: MSP430FR5969: How many LFXT clock cycles error before switching...
Part Number: MSP430FR5969 Hello, It is specified how many LFXT clock cycles error are needed before switching to LFMODCLK? (during normal running, not at the startup condition) Best regards Mich
View ArticleForum Post: RE: DLMS Cosem library download ?
Hi Chander, My email :simo.aitbenali@gmail.com Thanks && Regards, Mohamed
View ArticleForum Post: MSP430FR2433: Interfacing magnetic sensor AAH002 - 02 with...
Part Number: MSP430FR2433 how to interface magnetic sensor AAH002-02 with MSP430FR2433 ?
View ArticleForum Post: RE: MSP430FR2433: Schematic file of MSP430FR2433
Thank you, that was helpful !!
View ArticleForum Post: RE: MSP430FR5969: How many LFXT clock cycles error before...
The User's Guide says: A valid cycle is any cycle that meets the frequency requirement as outlined in the device specific data sheet. Any crystal fault restarts the counter. The "any" means that the...
View ArticleForum Post: RE: MSP432P401R: alignment errors from driverlib
The MSP430 driverlib uses the same base address for even and odd ports (the MSP430 does not support unaligned accesses at all). The exact same code would have worked for the MSP432, but somebody tried...
View ArticleForum Post: MSP430F5529: What changes need to do to run MSP430F5438 SDK...
Part Number: MSP430F5529 I have MSP430F5529 evaluetion board. I want to run SPP Demo example on MSP430F5529 . The code is for MSP430F5438 , I chenged the HW files, HAL.h , HAL.c and HRDWCFG.h from...
View Article