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…
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…
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…
Part Number: MSP430F6435 Other Parts Discussed in Thread: 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…
Thank you for your response Travis.
I am currently using MSP430F6435 and moreover RTC_B, so i don't have an option for RTCMODE in it(reference slau208p). Secondly I intentionally disabled the calendar mode as this was a sample code for testing alarm…
Hello Suraj,
Did you enable interrupts globally in your program?
Also, you can find an RTC example code for your device here . Alternatively, you can navigate to this file through resource explorer (either in ccs or dev.ti.com) using the path…
Thankx Bruce
Yes, the printf never gets called, code never reaches that line. Also tried delay between the charecters in the +++. Still no good. :/
Onkar