Part Number: MSP430F5528
Other Parts Discussed in Thread: MSP430F5328,
1) Is TI still planning on producing MSP430F5528 / MSP430F5328 for the foreseeable future?
2) The device has both digital and analog voltage supplies. What are the requirements for dealing with these supplies?
I saw in DS TI recommends connecting them together, and from an E2E post that they are internally decoupled so DVCC variations/noise will have a smaller impact on ADC results. If they are connected together, is the recommendation to use ferrite beads / RC filter to help decouple them from each other?
3) Let's say on the board you want both a UART channel for communication when device is operating, and capability to upgrade firmware via BSL (P1.1 and P1.2). Now let's say you have RS-485 come into the board. Then you use a transceiver to convert that to UART signals. Now we have an Rx and Tx line.
Can you connect that Tx line to both the MSP430 UART Tx pin, and BSL Tx pin? Same with the Rx line?
Or would you need an analog switch or something?
I believe you can tie them together, because BSL would trigger on boot (hardware trigger) and run, before the device does all the peripheral setup. This way, anything coming in on Rx/Tx to the other UART channel doesn't matter. Also, after device initializes and regular program is running, you could jump to BSL address in software, as long as interrupts are disabled first, so no problem here either. Yes?
4) Again for BSL...the MSP430F5528 comes with USB BSL by default. Is the UART BSL code (like for the MSP430F5328) available somewhere, so the customer just needs to flash that into the right memory address themselves? Or do they need to write the code form scratch...?
5) Only differences between MSP430F5528 and MSP430F5328 are that the F5528 has USB, and the F5328 doesn't, right? No other changes to pin layout / electrical characteristics / etc except for USB-related?