Hi,
1. On the MSP-GANG user's guide. I found that the RST pin can output both VCC and GND in table 13. So, I would consider it as CMOS type.
2. For a simple block diagram for ADC. You can take this picture as a reference. However, for detailed information…
Part Number: MSP430FR2355 Other Parts Discussed in Thread: MSP430WARE I am trying to write some higher level library functions and am basing them off of a base address. The issue I am running into is that P1 and P2 share the same base address. If I point…
Part Number: MSP430FR2355 Hello.
I am running UART1 on above subject dev board at 19200. From Putty and CCS console I can send characters to DUT and it responds immediately, however when I send characters from DUT to Putty or CCS Console it takes about…
Part Number: MSP430FR2355 Hello...
I am taking I2C register reads and transferring them to the PC over a UART at 19200 (using RealTerm). I have verified that TXIE is set and that cntr and uart_tx_cntr always seem to be the correct value....I also am confident…
Part Number: MSP430FR2355 Hello,
I am unable to locate startup file in CCS. I have located system memory map and sections allocation into the memory in lnk_msp430fr2355.cmd file. But I cannot locate section start address.
Thank you.
Regards,
Neel M…
Part Number: MSP430FR2355 Can someone tell me why in the i2c module you would use one method over the other (UCSTPIFG vs UCTXSTP) to generate a stop flag when not in auto mode?
Part Number: MSP430FR2355 When I issue an I2C transmit start my code automatically sends out the address and a write and jumps into the TXIE0 for the first byte. Can someone tell me when I issue an I2C restart will I jump into the TXIE0 after the address…
Part Number: MSP430FR2355 Good afternoon...
I am using an MSP430FR2355 development board connected to a PC. Using RealTerm on the PC side...
I can set the baud rate to 19200 and 9600 and all works fine but if I set it above 19200 I am getting the wrong…