Part Number: MSP430F1101A Other Parts Discussed in Thread: MSP-FET Tool/software: WEBENCH® Design Tools Dear Sirs,
I have problem to prom the MSP430F1101A, but it was not problem last time, pls let me know what is the problem? I am using the old type…
Part Number: MSP430F1101A Other Parts Discussed in Thread: MSP430F1121A Hi, I have just tried to look for the differents circuits for the MSP430 F2XX or F1xx family but in the parameters searching the families start in F4, is there some change in TI ?…
Hi
I read from manual: Typical applications include sensor systems that capture analog signals, convert them to digital values, and then process the data for display or for transmission to a host system.
I don't see any serial out (spi...) how to do a…
What results are you getting?
For 3-wire mode, I expect you need to set/clear the PSEL bit for MOSI between bytes:
https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1005190/msp430f1101a…
This is commonly called "3-wire" mode (/CS, SCK, MISO+MOSI). The EUSCI "3-pin" mode (SCK, MISO, MOSI) is a different thing.
The EUSCI doesn't know about 3-wire mode. You can use 3-pin mode (with /CS via a GPIO) to talk to a 3-wire…
Hi Gary,
we just tested accessing and programming an MSP430F1101A here on our side with even an MSP-GANG here on our side successfully. This is no surprise as, we're testing all MSPs with every release. It was just for double checking.
Thus I see…
Hi Paul,
From the looks of the datasheet, the accelerator produces and analog signal that you will need to connect to an ADC on the MSP430. Please note that the MSP430F1101 is not recommended for new designs (the MSP430F1101A should be used instead)…
Other Parts Discussed in Thread: MSP430F1101A Hello guys,
I have a small project that I wrote for the MSP430F1101A (1k flash memory).
unfortunately, after all code optimizations that I could think of my program do not fit to the size of the chip's program…
Other Parts Discussed in Thread: MSP430F1101A Dear guys,
I am finishing my IAR project on the MSP430F1101A,
I want to add check-sum to my code, I added the code below to compute the check-sum on the run.
now, I am trying to determine the " saved_cs". I generated…