Hi Wun,
You can set up your receive ISR in your MSP code to change the baud rate. After changing the baud rate, you should reset the UART module.
Please refer to section 39.3.10 (page 1038) in the user's guide for information on setting a baud rate…
Other Parts Discussed in Thread: MSP430F6438 Hello,
My customer is developing an MSP430F6438 application, driving an 84 segment LCD with the LCDB module in the chip. The drive scheme is a 1/3 bias, 4:1 mux and our drive voltage is 3V. The customer is…
Hi Wun,
wun martin said: I am not sure ,but It seems the msp430f66xx_adc_01.c is meets application. Which sample code should I reference for above application ?
For the MSP430F6438, I agree with you that the example code 'msp430f66xx_adc_01.c' would…
Other Parts Discussed in Thread: MSP430F6438 Dear All
I am using MSP430F6438 internal DAC, and have configured the Control registers for 3x output gain. The reference voltage is derived from REF module 2.5 V.
I expect the maximum output from the DAC…
Hello wun martin,
Were you able to run the SPPLEDemo?? http://processors.wiki.ti.com/index.php/CC256x_TI_Bluetooth_Stack_SPPLEDemo_App
If that is the case, you may want to take a look at the Read function in SPPDemo.c. And regarding your questions…
Hi,
Yes, the HAL_ConsoleRead() is "called to read from a UART port and returns the number of bytes read".
You can see the GenInput() implementation in one of the sample applications to know how to use this.
Regards,
Gigi Joseph.
Shortly after the start of "main()", the SYSRSTIV register is read to determine the cause of the reset. This is to make sure that only a legitimate power-up has caused the reset and not some other cause such as Internal Watchdog, Illegal access to a protected…