Hello Sivanathi,
the IQmathLibrary supports the CC430F6137.
I just tested the "QmathLib_functional_ex3_MPY32_5xx_6xx" example project.
Please find the details on how to use the IQmathLibrary described in the respective User's Guide "MSP430-IQmathLib…
Hi Denys,
A SVSH POR indicates that your MCU supply voltage drops below the SVSH on voltage level (SVSH_IT-). What is your VCC level, operating frequency, and PMM settings? Do you step up VCore sequentially? Can you provide any oscilloscope screenshots…
Part Number: CC430F6137 Tool/software: Code Composer Studio Sir, I try to read adc output value using IQmathlibrary but that value is not correct. how to read adc output value using IQmathlibrary?
here attached model code.
int main(void) { _iq1 A0results…
Part Number: CC430F6137 Tool/software: Code Composer Studio Sir,
I am using your example code for cc430x613x_uscia0_spi_10.c. this code, SPI communication interface to port pins are P2.0,P2.2 and P2.4. but I am using this pins for ADC (sensor interfacing…
Part Number: CC430F6137 Tool/software: Code Composer Studio Sir,
I am using cc430f6137 ic for RF communication Purpose but my sensor max. output voltage is 5V. cc430f6137 ic max. analog input voltage is 3.3V. I must need 5V and analog accuracy output…
Sir, I am using CC430f6137 Part number ic. I read MSP430 IQmathLib user guid and try to use my project but not successful build. your IQmath example code is not supported for cc430f6137 ic.
I am using
my doubt is,
1. If cc430f6137 ic is support…
Hi,
even with 10 MHz you are far way out of the ADC specification.
12 bits resolution is equal to 0.025% granularity.
Did you compared the measured signal with your "reasonable" values?
CC430F6137 is:
- Suited for Systems Targeting Compliance…
Part Number: CC430F6137 Dear Sir ;
- In our application we using a sensor, which generate it's output in voltage.
- And we using 64th pin in micro controller as digital I/O, but our sensor generate voltage about (3-4)V for output accuracy.
- In…
Part Number: CC430F6137 Tool/software: Code Composer Studio Sir, I am working as Industrial energy monitoring project. now i am using cc430f6137 ic and current sensor but need (210V - 240V) voltage sensor. which one voltage sensor is suited for my application…
Part Number: CC430F6137
Tool/software: Code Composer Studio
Dear Sir, My Project is using cc430f6137 ic, I am doing uart code for cc430x613x_uscia0_uart_04.c, my concept is, whenever receive any char at a time transmit only 't' character using interrupt…