Forum Post: RE: Reg - MSP430 ADC SW Support
Hi Ryan, Yes 12-bit resolution. Please find the ADC Register Configuration Snapshot for your reference as you requested. External I connected 1.0V to P6.0 pin, expecting hex value about ~0x0666 (count...
View ArticleForum Post: RE: integration of cronos watch with the project
Hi Shubham, Do you mean you have another processor in your project with RTOS, and you want to add chronos in your project? Ling
View ArticleForum Post: RE: MSP430FR6972 internal temperature readings problems
Hi Tom, It might help to implement ADC offset and gain calibration as well. ADC offset and gain calibration are stored at 01A6h and 01A8h of the TLV, respectively. They are used to further correct the...
View ArticleForum Post: RE: MSP430F5325 - Computational Limitations - Multiplications,...
Hi Ernesto, I'm not confident that the heavy mathematical operations are causing the device to reset unless you have the WDT enabled and running them in flash is taking too long. However, here is a...
View ArticleForum Post: RE: Make code faster msp430
Hi Joe, Seems you want to read data from PIN1.5 and in your code the MSP running at 1MHz, in ReenableClock() there is 3.5ms delay, so ~3.5 x 8 x 3 = 84ms for each number you get. 1 second / 84ms = ~ 12...
View ArticleForum Post: RE: Configuring the UART(USCI_A0)
I would like to set the UART to 115200 and 8 MHZ, so I changed my settings to be like this, however there is no transmit or receive! Would you please correct me if I mistaken // ------------...
View ArticleForum Post: MSP430F249 Fail Safe Boot Loader
Customer is having problems implementing an MSP430F249 fail safe boot loader that can survive power cycling during updates. Do we have example code that would help the customer? Customer is aware of...
View ArticleForum Post: RE: MSP430G2553, How to send and receive multiple with polling
Dears Now I am not using interrupts to talk to the BNO055, but using this code. However, I always get the reception stuck after few tens or hundreds of runs at this check (while(!(IFG2 &...
View ArticleForum Post: RE: MSP430FR6972 CHECK FUSE FAIL
Thanks zrno. Hi user350646, if you has solved the problem please take zrno's reply as the answer, thanks. Regards KC
View ArticleForum Post: MSP430F235 Multiplier latency
To access the Result registers you need at least one cycle if using indirect addressing modes as per datasheet section 11.2.4. I think I understand but I'm not certain I am using the MACS as the last...
View ArticleForum Post: RE: CCS6 MSP430 Hex Utility
Hi! No, I do not have a solution for this. Have used alternative solutions. Rgds, -vincent
View ArticleForum Post: RE: MSP432P401R Rev-C, BSL Scripter v3.2.0 can’t access the...
Hello David, Thanks for your help. 1 BSL version I checked two devices with using BSL Scripter 3.1.0.0. The results were as bellow. TX_BSL_VERSION_32 BSL Version is :...
View ArticleForum Post: RE: MSP430G2553 ADC Accuracy
Thanks for clearing that. No the error increases with increase in input voltage. It starts with around 8mv at 0.5V and on reaching 2V, the error increases to 20mv. These voltages are being supplied...
View ArticleForum Post: RE: USB Application is not programming Properly to my Board
Merging these two similar questions.
View ArticleForum Post: RE: MSP430FR6989 HF External Oscillator Fault
Hi Eusebiu, I apologize for your frustration with this! I recommend taking a look at the MSP430Ware examples in the TI Resource Explorer in CCS. More specifically, the msp430fr69xx_cs_04.c example that...
View ArticleForum Post: RE: Use of SVMH on MSP430
Hi Cora, I think this E2E post provides a good example of how to use it: SVM Threshold Check it out and let me know if you have any questions. Best regards, Caleb Overbay
View ArticleForum Post: Interfacing MSP430 with MAX5392 via I2C
Hi, I am trying to write an I2C code for MAX5392 to receive data from MSP430F5529 . Reviewing the attached I2C sample code, I am confused about how to include REG A and REG B in the code. I know the...
View ArticleForum Post: RE: Question About Selecting Microprocessor
Hi Martin, The MSP430FR5994 LaunchPad has a microSD card port, although this device is not ARM-based. See Section 2.2.5.1 in the User's Guide for more details. Also, I've seen where the ARM-based...
View ArticleForum Post: RE: SPI driverLib, communication between two MSP430LP
Hi, Since you're debugging both master and slave devices and also using breakpoints in the ISR(s), make sure you're following the guidelines provided in the comments at the top of the code example(s)....
View ArticleForum Post: RE: Question About Selecting Microprocessor
Hi James, Some of the never SDHC and SDXC cards specifically state that they do not support SPI interface. This is why I'm looking for a microprocessor that will work with the newer cards.
View Article