From the link above, there is a contained link to https://www.elprotronic.com/ , I spoke with them and they said that C28 at 0.1 uF is much too high. It's on the MCU Reset & SBWTDIO pin 96 and is causing JTAG comms problems. He said to use 1 nF, and that…
Part Number: MSP430F5638 Tool/software: Custom SBC with one MSP430F5638 and one MSP432P401R MCU's. Each MCU is running on a 2 second period, sleeping most of the time, then repeats endlessly.
430 PA (P1+P2) connected to 432 PB (P3+P4)
I can send…
Part Number: MSP430F5638 Tool/software: I have a custom SBC running the MSP430F5638IPZ and am having difficulty getting SPI working in 4 pin mode - can't even get any pulses to a scope or logic analyzer. In 3 pin mode - master Tx, I see CLK, & MOSI pulses…
Part Number: MSP430F5638 Other Parts Discussed in Thread: DAC63002 , Tool/software: We want to control an external DAC (DAC63002) through SPI communication of MSP430F5638.
However, unfortunately, we found that the DAC output intermittently turned off…
Part Number: MSP430F5638 We are trying to connect and use the external Voltage supervisor, TLC7733, with the MSP430F5638.
However, when we composed the circuit like this, we confirmed that the firmware loading did not work properly.
After searching for…
Part Number: MSP430F5638 Hi,
I have a question about the MSP430F5638 BGA package. The MSP430F5638IZQWT is EOL and I am considering the MSP430F5638IZCAT as a replacement. The difference between these two part numbers is the package. ・BGA MICROSTAR JUNIOR…
Part Number: MSP430F5638 Other Parts Discussed in Thread: MSP432E401Y , CC3235S I was already burned on the MSP432P401RIPZ going EOL with little to no warning.
When will the MSP430F5638IPZ go EOL?
Looking at replacements for the MSP432P. When will the MSP432E401Y…
Thanks Keith & Luke for your posts.
Displaying an image on an embedded LCD was far more complex than I imagined. Even if the LCD is already working for everything else. Below is a summary of what I discovered.
You can’t display an image file: jpg…
Part Number: MSP430F5638 // generic skeleton code for a working application running on MSP430-F5638-IPZ // CCS v. 10.4.0.00006 // entire program is about 23,000 lines of code and 22 files // ISR's = RTC_B, and switches on P3.0 to P3.6 - all ISR's are working…