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…
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…
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…
Thanks for the log. It is was very helpful. We are still investigating but so far it appears that the issue is related to the symbol file being loaded. Can you provide the *.out file you are loading on the F5338? You can send it to me via private message…
Part Number: MSP430F5338 Hello,
We were using one I2C in our previous device, and currently we are planning to increase the feature set. Neither datasheet or User manuel calling out the pin number for the 2 poarts.
Can some one tell me exact pinouts…
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 |= ADC12ON;…
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 get…
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…
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…