Part Number: MSP432WARE Other Parts Discussed in Thread: ENERGIA Dear Comrades!
If someone could please advise whether such is possible? First of all, I am a pianist, not an engineer, so if I am asking something silly, please bear with me. I have a…
FYI: This appears to only happen when compiling using the TI compiler. If I use GCC (by commenting out CCS_ARMCOMPILER in imports.mak), then it appears to build just fine.
Part Number: MSP432P401R Other Parts Discussed in Thread: MSP432WARE Tool/software: Code Composer Studio Can anyone tell me that where can I find driver library for MSP432P401R?
And I wonder if there are code examples to drive the peripherals?
I've…
Part Number: MSP432WARE Tool/software: Code Composer Studio In projects that set DEBUG (e.g. through the Predefined Symbols), several ASSERT statements fail in dma.c because they look for the DMA pointer. Instead, it looks like these should test for DMA_Control…
Part Number: MSP432WARE Other Parts Discussed in Thread: CC2640 , CC3100 , MSP432E401Y
Hello,
I have some difficulties to fully understand which product fits my use case. As an software engineer, I am new to electrical engineering, so please excuse…
Robert,
The MSP432P401R/M Rev D has been out for ~1 year now and is compatible with MSP432Ware. MSP432Ware will continue to get bug fixes as/if new errata come up , but all new projects should be using the SDK, since any new extensions, improvements…
Part Number: MSP432P401R Other Parts Discussed in Thread: MSP432WARE Hi,there,
I met with a simple but annoying problem.When I want to install the MSP432ware on Keil5,I downloaded and installed it in the Keil "Pack Installer".But it halted everytime…
Part Number: MSP432WARE Tool/software: Code Composer Studio WIthIn the SimpleLink tool chain and MSP432 driverlib, wdt_a.h:
//*****************************************************************************
// // The following are values that can be…
In some cases it makes sense to send the raw values to the host (in your case labview), so that the microcontroller can go back to sleep sooner. If power is not a convern, then I do not think it will matter whether you do processing on the MSP or in the…