Part Number: MSP430F2012 Hi Team,
Our customer would like to clarify about the flash memory. Please see his inquiries below.
"Could you please check with the customer and confirm if the Factory Data of Information memory ($1000-$10FF) and Segment…
Part Number: MSP430F2012 I am simulating several parts of an analog circuit that interfaces with an MSP430G2012 using the integrated simulator in Altium Designer. I want to include an output from the analog circuit that is used as an input into the microcontroller…
OK,
This is a typical "read your !@#$ manual" moment
most of the ADC10CTLn bits can only be modified when the ENC bit is cleared.
The correct programming sequence therefore is:
ADC10CTL0 = (SREF_0 + ADC10SHT_1 + MSC + ADC10ON + ADC10IE); ADC10CTL1…
Part Number: MSP430F2012 Other Parts Discussed in Thread: MSP-FET , MSP-TS430PW14 Hi,
Good Day. I have a customer who is working with MSP430F2012. Please see below for his query. Thank you very much.
MSP430F2012TRSAR part needs to be programmed, but…
Part Number: MSP430F2012 HI At present, MSP430F2012TRSA is used instead of MSP430F2012IRSA. All the circuits are the same. Only replace the MCU, but when measuring the quiescent current of the system, it is increased from 0.68uA to 3.5~15uA. Isn't the…
Hello Juergen,
I am not sure what differences in the User's Guide and in the code examples you're referring to. Updates of our documentation are not necessarily related to silicon changes. Here the datasheets and errata sheets are the main documents…
Hi Juergen
Due to I have no msp430f2012 now, so it is hard to debug your code examples. But some advises here
First I will suggest you that you keep the logic state machine in the USI interrupt of the original demo "msp430x20x3_usi_09.s43"
Second…
Part Number: MSP430F2012 Hi,
I intend to use a small MSP430F2012 to read out a DC potmeter value and transmit that over a SPI in slave mode.
Since I have one SPI master and a total of four SPI slaves in my system I want to use the STE pin to disable…
Hi Ryan,
I also found that document and read through it.
To be on the safe side I created a new CCS project using a MSP430F2012 as target from scratch with an empty main function and added an empty header file to the project.
This should ensure…