Part Number: MSP430F6435 Other Parts Discussed in Thread: MSP430F6638 Hi.
I am trying to implement I2C on MSP430F6435IPZ. Since this is my first time using I2C, I got msp430f66xx_usci_i2c_standard_master.c from resource explorer for reference. Within the…
Part Number: MSP430F6435 Other Parts Discussed in Thread: MSP430F6638 Hi.
I am trying to implement I2C on MSP430F6435IPZ. Since this is my first time using I2C, I got msp430f66xx_usci_i2c_standard_master.c from resource explorer for reference. Within the…
Part Number: MSP430F6435 NOTE: 5ppm 32.768K crystal for XT1, the VBAT pin is connected to a 3-V rechargeable coin cell battery.
Issue:
The interference and wiring issues are eliminated, various matching capacitors are tried, and the error is still large…
Part Number: MSP430F6435 Tool/software: Code Composer Studio Hi I am trying to use UART on msp430f6435 but I am not getting proper clock configuration.
I have used ti resource UART reference code but it is not working the way it is assumed to be.
Ti resource…
Part Number: MSP430F6435 Tool/software: Code Composer Studio I am working on a small code which sets my controller (MSP430F6435), into sleep mode and get back in active mode by alarm interrupt. I referred to the sources but I am still missing on to something…
Part Number: MSP430F6435 Tool/software: Code Composer Studio I am currently stuck at this UCRXIFG polling condition. The code gives +++ to a xbee and waits for the OK response from the device. I am using a different clock structure for my system, XT1…
Part Number: MSP430F6435 Tool/software: Code Composer Studio I am currently having problem with my code and am unable to detect whether there is some problem in configuration of the clock or configuration of RTC_B. It would be grateful if anybody provides…
Part Number: MSP430F6435 Tool/software: Code Composer Studio Hi I am trying to generate alarm event using following configuration
RTCCTL01 |=RTCAIFG + RTCTEVIE + RTCRDYIE + RTCBCD + RTCHOLD; // BCD mode, RTC hold, enable RTC // event interrupt RTCYEAR…