Part Number: MSP430F5338 Hi Experts,
Our customer is currently use one of your microcontrollers in their medical devices (MSP430F5338) - NFBGA package. Due to supply constraints, they have been entertaining alternative chips.
Referring to this post below…
Part Number: MSP430F5338 Hi experts,
Please let me confirm following question,
If 5V is applied externally, is it safe to assume that the voltage is NG since it is VCC+0.3V, but the leakage current of the diode is ±2mA maximum, so the rating of the current…
Part Number: MSP430F5338 Other Parts Discussed in Thread: MSP430F5437A , MSP430F5418 At the moment I am comparing MSP430F5437A to MSP430F5338 (as a replacement). I encountered a difference in ADC12. MSP430F5437A seems to have analog input channels A8 and…
Part Number: MSP430F5338 Other Parts Discussed in Thread: MSP430WARE 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: the PC…
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
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…
Hello Shahar,
Thank you for posting in this forum.
Shahar Cohen said: Now, we would like to move to the next step and work with Code Composer Studio.
The DRV8462EVM uses an on-board MSP430F5338 MCU to control the DRV8462. In addition to this the EVM has…
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…