Part Number: MSP430F1612 Other Parts Discussed in Thread: UNIFLASH , Tool/software: We are using the TI-MSP430F1612 (currently on about 40 embedded devices)
I need to add some kind of security to the embedded code (password or some other security feature…
Part Number: MSP430F1612 Other Parts Discussed in Thread: TUSB3410 , MSP-FET Tool/software: Good afternoon, I am using the MSP-FET430UIF programmer, for some unknown reason it stopped working and when connected to a computer, TUSB3410 is displayed. I understand…
Part Number: MSP430F1612 Hello good morning,
I am facing a problem trying to modify the code of someone else. In this case, I am working with a board which allocates a MSP430. This board accept a SPI communication as slave using only 3 wires (MISO, MOSI…
Part Number: MSP430F1612 We have an MSP430F1612 processor that we have been using on our product. We are using address 0x1000 to 0x103F to store device information. This flash corrupts on some units when writing to the flash (sometimes from startup or…
Part Number: MSP430F1612 We have been using the MSP430F1612IPM for a while in production. Lately we have been getting complaints from the production department as well as from the field that the flash of the microcontroller seems to be corrupting. The…
Part Number: MSP430F1612 Hi we have been using this processor for a years now, and never came across this.
Is there anyone that can help us solve this. When we program the unit the working devices writes the following when the chip is read:
=== Information…
Hi Emmett,
It's been a few days since I have heard from you so I’m assuming you were able to resolve your issue. I will mark this posting as RESOLVED. If this isn’t the case, please click the "This did NOT resolve my issue" button and reply to…
Part Number: MSP430F1612 Hello,
I can't get sscanf to work.
The compiler says:
warning #183-D: argument is incompatible with corresponding format string conversion
sscanf(RxBuff,"%d",PWM_gain_new);
where:
char RxBuff[20];
int PWM_gain_new…
Part Number: DRV8844EVM Other Parts Discussed in Thread: MSP430F1612 , MSP430F2617 When I try to simply compile the software, I get undefined symbols that should be defined by the included msp430f1612.h file. For instance, BCSCTL3 is undefined yet BCSCTL2…