Forum Post: RE: Msp430 hcsr04 interrupt
Using interrupts typically requires that you organize your program as a state machine, and in the interrupt handler, you do whatever is necessary in the current state. Have a look at the MSP example...
View ArticleForum Post: RE: Can GPIO pins be used as I2C, SPI or UART interfaces?
[quote]Yes, sure you can do this, but you will have to handle the protocol and timing yourself.[/quote] This is based upon the assumption that the O.P. is talking about bit-banging. I did not interpret...
View ArticleForum Post: RE: Timer and main code independency
You do not say anything about the processor you want to use, but on it's product website under the tools and software section you can download code examples that also contain some for the timer with...
View ArticleForum Post: MSP430 Reset Voltage
Hi Everyone, We are using MSP430F67751A in our application.We have captured reset line Voltage of Micro controller and its Power supply to check if this voltage is behaving correctly while Powering On...
View ArticleForum Post: CC430 ADC12MEM register always reads 4095
Hi, I am working on reading an analog sensor, which gives output between 4 and 20 miliamps. I've initialized ADC12, it works but it always produces 0x0FFF. Here is my main code: #include #include...
View ArticleForum Post: RE: CC430 ADC12MEM register always reads 4095
What is connected to your ADC input while giving you a full-scale reading?
View ArticleForum Post: MSP-Gang C# Example can not Build
HI I'm using MSP-Gang 1.2.5. there is a C# demo in installed dir . C:\Program Files (x86)\Texas Instruments\ MSP-GANG \Examples\C#_MSP_DLL When I using Visual Studio 2015 open and upgrade the Solution,...
View ArticleForum Post: MSP432 - Is the TLV descriptors for die information not available...
Hi there. Looking for the TLV die info for the MSP432 I could not find reference for the struct that defines the tags, but checked the function that reads them written in assembly for the driverlib. I...
View ArticleForum Post: RE: Wakeup time from LPM0 and LPM1
Hi Dietmar, I roughly measured wakeup time from LPM0/1 and 4 with/without full-performance mode. The code is attached. MSP430F5438A . (Please visit the site to view this file) Ch1: toggled in ISR Ch2:...
View ArticleForum Post: Information memory Segment A is getting erased when power cycling
Hi. Using the MSP430G2955 we are experiencing that the InfoA segment is getting erased. This can be reproduced with power cycling. Is this an internal Brown out issue? Could this be avoided using an...
View ArticleForum Post: RE: Information memory Segment A is getting erased when power...
Hi Anders! This sounds strange. We use the MSP430G2955 in thousands of products and never had a problem with erased info segments. Furthermore info A is secured by the lock bit. Does that mean your...
View ArticleForum Post: RE: MSP432 - Is the TLV descriptors for die information not...
The first four fields (X/Y/wafer/lot) together are guaranteed to be unique. On the MSP430, all these values have 16 bits, and I doubt that the X/Y values can cover the full 16-bit range. How many bits...
View ArticleForum Post: RE: MSP432 launchpad(red board) clock
Hi, I am using 3Mhz default clock.But in the Keil IDE the TI XDSdebugger has the trace section with a clock setting running at 10 Mhz. Is this the culprit.I have to set this to 3Mhz. Pls excuse me for...
View ArticleForum Post: MSP432P401R ANALOG INPUT
I would like to know what I need to add to the MSP432P401R while I use the the analog input to measure signals . what is the input resistance of the input for analog input. what will append while the...
View ArticleForum Post: RE: MSP432 - Is the TLV descriptors for die information not...
Dear Mr Ladish, Thanks for replying. On the MSP432 all fields are 32 bits, so I am thinking on saving a lot of "0" bits. I want to concatenate all members in chunks of bits but I cannot have overflow....
View ArticleForum Post: RE: MSP432P401R ANALOG INPUT
Hi Pesach! Have a look into the datasheet of the MSP432P401R , chapter 5.25.6 about the 14-Bit ADC. The tables list the specifications for the module. [quote user="PESACH MAZOR"] what will append while...
View ArticleForum Post: RE: MSP432 chip heats up quickly on Power-On
hey f.m., sorry for the delayed reply. Been trying to test it to see if what you suggested worked. A program (just the normal blink program) can be loaded onto it but the error with 'Reset &...
View ArticleForum Post: RE: MSP430 Reset Voltage
Hi Clemens Thanks for the info and Will check it and get back to you.
View Article