Other Parts Discussed in Thread: MSP430G2433 Hi,Engineers of TI!
最近我再使用MSP430G2433的UART模块的时候遇到一个疑问。正常情况下P1.1和P1.2一旦被设置成第二功能UCA0RXD和UCA0TXD之后默认的电平应该都是高电平。但是针对G2433这颗芯片,P1.1一旦被设置成第二功能UCA0RXD之后该引脚的默认电平是低电平。就唯独G2433这个型号的430有这个问题,我亲自测试过G2553没有出现这种异常。
麻烦你们帮忙测试一下G2433这个型号芯片的P1…
Other Parts Discussed in Thread: MSP430WARE HI All,
I'm getting a very very strange error since upgrading CCS to the latest (with MSP430ware updates and compiler updates). Given the function below:
#define BYTE unsigned char
#define ID_ADDR_MASK…
Perfect!! That solved my problems. I now understand that 2% knowledge is very dangerous. To help others who will face problem similar to mine, I have decided to write a blog post dedicated to flash handling. Thank you all for that help.
Hi everyone , I trying to write infrared decoder code . I have two mcu . One of them is used for sending ir data . The other's one is used for decoding data .
The ir led is working at 38 khZ and 30% duty cycle.
My data generally comes true . But…
Hello , my friends I solve my problem .
Probaby reason of error , i wrote so much code to the main. I took from there and added to the interrupt , all mistakes has been fixed .
I wanna share my code with you . I hope that , It helps someone who working…
Part Number: MSP430G2232 Other Parts Discussed in Thread: MSP430G2352 Hello.
I am trying to interface GUI Composer with my custom board which has MSP430G2232 on it. I am using SWD (SBWTDIO and SBWTCK) from the launchpad to communicate with my custom…
Hi,
I have a problem when i try to reset my uscia. I am doing this between sent packages but the last byte is sent is modified...
I am doing the following in my isr:
#pragma vector = USCIAB0TX_VECTOR __interrupt void USCIAB0TX_ISR(void) {
…
Hi all,
I'm using GNU v4.9.1 compiler, and I'm just trying to work with WDT timer:
void __attribute__((interrupt(WDT_VECTOR))) WDT_ISR(void)
{
P2OUT ^= BIT1;
}
When trying to build it, I keep gettign these errors:
section `__interrupt_vector_11…
Part Number: MSP-FET
Tool/software: Code Composer Studio
Hellow all.
Before using the 'MSP-FET430UIF' I have not had a problem, use this time to a new 'MSP-FET Flash Emulation Tool' purchase has the problem occurs below. There is nothing wrong with…