Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Other Parts Discussed in Thread: MSP430AFE231 Hi, I'd like to know just a simple feature of MSP430AFE231, for a measurement application.
what is the effective resolution of its 24 bit Sigma delta ADC? The only information I have had is an error percentage…
Chapter 9 of the User's Guide says:
The SVS is implemented in selected MSP430x2xx devices.
None of them is in the G2xx "value line": MSP430AFE221, MSP430AFE231, MSP430AFE233, MSP430AFE253, MSP430F233, MSP430F235, MSP430F2416, MSP430F2417, MSP430F2418…
Other Parts Discussed in Thread: MSP430AFE231 , TM4C1294NCPDT I am making a project similar to enet_io for the EK-T4M1294XL example. For some reason, setting the processor in the project properties dialog to T4M1294NCDP does not cause the "define PART_T4M1294NCDP…
Other Parts Discussed in Thread: MSP430AFE231 We have a customer looking at the MSP430AFE231 but needs to understand the accuracy of the 3 internal 24-bit ADC.
Can not find it on the data sheet.
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );…