Forum Post: RE: What is the best TI Reference Design to use as the basis for...
Sorry, looked again and perhaps this is a better starting point? Class 0.2 Single-Phase E-meter TIDM-SINGLE PHASE METER. It is is based on the MSP430F6736 device I could just enable another A-D channel...
View ArticleForum Post: RE: Register adress writing
Hello Markus, Different compilers result in varying interpretations of the C code. Some TI-provided DMA USCI code alleviates these issues by using the following format that has been tested on both IAR...
View ArticleForum Post: RE: Alternative to Geyer for MSP432 48MHz Crystal
Thank you for the reply. Please post a note when the revised datasheet is available. Regards, Clay
View ArticleForum Post: MSP430F5152 UCA0CLK & UCB0STE Confliction
hi my design need to have one SPI master and one SPI slave on MSP430F5152 , so i design USCI_A0 be the SPI master and USCI_B0 be the SPI slave. and my SPI Slave need to be 4 wire type, but the UCB0STE...
View ArticleForum Post: RE: How to upgrade/load firmware on factory production board/...
Yes, the BSL-Scripter supports the F5659. Ryan
View ArticleForum Post: RE: MSP430F5152 UCA0CLK & UCB0STE Confliction
Exchanging USCI_A0 and USCI_B0 does not help, because UCB0CLK and UCA0STE share a pin, too. Using the port mapper does not help, because there are no separate mappings for these functions. It appears...
View ArticleForum Post: RE: MSP Flasher erasing InfoA Constants
Hello Vikas, What version of the MSP430-FLASHER is the customer using? It is possible that the ERASE_ALL command unlocks the INFOA segment so that it can be erased along with the main memory, however...
View ArticleForum Post: Using External Crystal on MSP432 Launchpad using RTL OS
Hello everyone! Spent some days trying to figure out something but... so here i am today :) I'm using MSP432 Launchpad with multi-tasking with RTL.h. The code works fine (well almost... ^^"). The...
View ArticleForum Post: RE: MSP432 AES Encryption using DMA
Hi Thomas, I ran into the same problems but I did find a way to encrypt multiple AES blocks. Here's the example modified for two AES blocks. /* * ------------------------------------------- * MSP432...
View ArticleForum Post: RE: Three bugs in MSP USB Descriptor tool
Hi Paul, Thanks for reporting these bugs and for providing the workaround on how to fix items 2 and 3. Items 2 and 3 have been recorded in our bug tool and will be fixed. The bug number is MSPUSB-301....
View ArticleForum Post: RE: SPI Interrupts
Thanks, I'll just stick to using the while loops. How would I check RXIFG if I'm not receiving anything from the DAC?
View ArticleForum Post: RE: SPI Interrupts
If I were to use the while loops, wouldn't that solve the problem of making sure the bytes were transmitted?
View ArticleForum Post: msp430f168 CALL instruction issue in a custom Boot Loader
I am having an issue when I try to use the assembly instruction CALL to launch/enter the application from the bootloader. The bootloader starts at 0xF000 and was given control of all the interrupt...
View ArticleForum Post: RE: Unable to use MSP-FET as BSL tool for programming...
Understood. I also ran into this issue. I have reached out the the BSL-Scripter team and will let you know their feedback when available.
View ArticleForum Post: RE: CC3100 Wi-Fi Booster Pack pin conflict with MSP430F5529...
Hi Lorne, Thank you so much for you findings and your feedback, we will try to improve our examples. When you said: [quote user="Lorne Hinz"]MSP430F55229 Driver Library for “Port Mapping” is WRONG and...
View ArticleForum Post: RE: What's the internal resistor accuracy for the MSP432
Hi Louis, Yes that should be the case. In general, we can say that while this is not specified, R accuracy is additive to overall DCO accuracy. So if external R is 0.1% + X% therefore DCO accuracy is...
View ArticleForum Post: RE: MSP430FR5739 JTAG password
Sorry to answer my own post, but I see that the byte order was wrong, and mem5.txt should be: @FF80 AA AA 02 00 FF FF FF FF 11 11 22 22 FF FF FF FF q Then the right password is needed to unlock:...
View ArticleForum Post: RE: MSP430FR5739 JTAG password
Glad to see that you were able to find a solution to your issue! Ryan
View ArticleForum Post: RE: MSP432 AES Encryption using DMA
Thanks, David! I tried your work-around, and it works perfectly. However, am I correct in assuming that there should be a "hands-free" way to encrypt multiple blocks rather than re-configuring the DMA...
View Article