[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"undefined first referenced symbol in file --------- ---------------- __strasgi E:\\VMD642_video_20170212\\Debug\\dm642main.objerror:...
The watchdog timer (WDT_A) is actually a special timer, which can be used as a watchdog or a timer. The so-called watchdog function is to monitor whether the program runs away due to some interference...
[align=center][/align] [align=left][font=微软雅黑][size=4] [/size][/font][/align] [align=left][font=微软雅黑][size=4]The system has added the function of users viewing the most records:[/size][/font][/align] ...
Use P1.2, P1.3, P1.4, and P1.5 as sampling channels, taking the demo's msp430fr231x_adc10_10.c file as an example.
1. Configure the above 4 pins to ADC mode:
P1SEL0 |= BIT2 + BIT3 + BIT4 + BIT5;
P1SEL...