Part Number: MSP430FR2676 1, Which method is advantageous in terms of "SNR" without considering the processing time?
2, Which method is advantageous in terms of "Noise immunity" without considering the processing time?
3, Does "Multi…
Hi Dennis, I started with the design guide. and it generated a code which I then modified as shown below. While debugging I am not able to get the UART output terminal. I use tera term and the uses the msp programmer to connect it to the terminal. I have…
Hello Hugh,
you can download the MSP430 SDK "MSPWARE SDK“ from Ti.com. And you can find the example code about BSL in the SDK " boot_loader -> Customizing_the_BSL -> src"
Best Regards,
Janz Bai
Part Number: MSP430F6779A Other Parts Discussed in Thread: MSP430WARE Hi,
In my program, I used register AUXCTL0 bit AUX0SW for detect DVCC return.
Example.
if ((AUXCTL0_L & AUX0SW_L) != 0) // MCU use AUXVCC0 (DVCC)? { // Call another program } …
Part Number: MSP430FR2433 Other Parts Discussed in Thread: ENERGIA , MSP-EXP430FR2433 Tool/software: Code Composer Studio How do you configure a CCS Cloud project to link with MSPWare DriverLib?
Context:
I am experienced software developer in C/C++, using…
Part Number: MSP430FR2673 Hi,
I am working in touch controlling custom board using MSP430FR2673. I want to improve my touch sensitiving How its possible. I use 16 MHz frequency, and Code is generated using Captivate design tool.
Thank You
Athulya #include…
Hi Sarwath,
For an example code for writing directly to FRAM, please see this link to an FRAM write example in our MSPWare SDK.
If you've already downloaded MSPWare you can also find this example in the following file path:
C:\ti\msp430ware_3_80_14_01…
Part Number: MSP430F6459-HIREL Hi,
i am using examples from driverlib directory present in mspware SDK with CCS version 11.2 .
i am able to generate sin wave with formula mentioned below:
sineWave[i] = (uint16_t)((sinf((2 * M_PI * i) / TABLE_SIZE) + 1…
Part Number: MSP430F5529 Hello,
Can anyone suggest how to take the LCD Driver from the boostxl_edumkii_joystick_msp432p401r_MSP_EXP432P401R_nortos_ccs project in MSPWare and port it to the MSP430F5529 to use with the CrystalFontz LCD on the educational…
Part Number: MSP430FR5969
Hi,
This is a particular bugbear of mine...
Examples are supposed to be exemplars of good practice - they should be clean, well documented and hopefully, correct; the comments should be appropriate and not misleading...
Consider…