Part Number: MSP430F5338 Other Parts Discussed in Thread: MSP430WARE , MSPWARE Tool/software: Code Composer Studio Champs,
customer needs to upgrade a project that was originally developed long time ago using CCS4 and msp430ware_0_00_00_10. as a side note…
Part Number: MSP430F5338
Hi experts,
Please tell me about the GPIOs of MSP430.
Q1:If P3.0 suddenly changes from high to low, is it possible for P3.1 to be affected by the internal circuitry and thus change the state of the pins?
My customer currently…
Part Number: MSP430F5338 Tool/software: Code Composer Studio MSP430F5338: I setup the ADC12 with the following code:
//Allow ADC12_A to control Reference (as opposed to control via REF section) REFCTL0 &= ~REFMSTR;
//Turn ON ADC12 ADC12CTL0 |= …
Part Number: MSP430F5338 Using the internal reference at 2.5V. When I select
//Set ADC12MEM0 conversion to use internal VREF+ as reference ADC12MCTL0 |= ADC12SREF_1;
there is a region of varying input voltages that cause the output counts to stick at…
Part Number: MSP430F5338 In this case, using STE from Master as a chip select.
Hypothetically, what happens if STE goes active, we receive 1 bit then STE goes inactive. If this happens 8 time (let’s say over hours of time). On the 8 th bit will we…
Part Number: MSP430F5338 Other Parts Discussed in Thread: MSP430WARE , SYSBIOS Tool/software: Code Composer Studio Hello,
I have been tasked with building an MSP430 project that requires a version of msp430ware/driverlib that is unavailable on the TI website…
Part Number: MSP430F5338 Tool/software: Linux We are using MSP430.dll to load the firmware into our device. We want to burn the fuse/set bit to the device after loading the firmware. I am not the original developer of the code that calls the dll and I…
Part Number: MSP430F5338 Other Parts Discussed in Thread: MSP430F6438 , MSP-FET Tool/software: Code Composer Studio A microprocessor that I am using appears to be causing Code Composer Studio to crash when attempting to debug it.
I am working with two…
Part Number: MSP430F5338
Hi,.
We are designing a system in which MSP430F5338 is used.
For powering the RTC in the MSP430 during shutdown, we have used a 3.5V 0.22uF super capacitor connected to VBAT.
The question is that, how long will the super cap…