Other Parts Discussed in Thread: MSP-EXP430FR2311 , ENERGIA , MSP430G2231 , MSP430FR2311 , BOOSTXL-EDUMKII The MSP-EXP430FR2311 has very few standalone program examples. None of them writes out anything. In Resource Explorer some marketing wizard has…
Other Parts Discussed in Thread: BOOSTXL-EDUMKII MSPWare 2.40.00.37 DMA controlTable examples
There are 3 examples using the DMA control tables in MSPWare ( MSPWare_2_40_00_37 )
All 3 examples use
#pragma DATA_ALIGN(controlTable, 256)
Documentation…
Hi Chris,
Thanks for the response. I believe my software and hardware are both up to date.
Unfortunately the ping-pong sequence does not continue after the first two interrupts. I'm not sure why the DMA is not properly configured because I am running…
Hi Michael,
The problem appears to be caused by the debugger, rather than any coding errors.
I went back to square one, and started the project from scratch, using the original "MSP-EXP432P401R + Educational Boosterpack MkII - Microphone FFT" example…
Hi Sai,
i have the BOOSTXL-EDUMKII_MicrophoneFFT_MSP432P401R example that uses the internal 14Bit ADC which triggers with DMA_CH7_ADC14 the DMA directly too. This example works fine, also uses pingpong mode but i am not getting it the interrupt to…
Hi Amit,
i am not using the 14Bit internal ADC. The DMA has an external trigger for the internal ADC14. I have seen tihs example "BOOSTXL-EDUMKII_MicrophoneFFT_MSP432P401R.
I am using an external ADS131A02 and i have tryied DMA in scatter gather…
Ronald,
It would be nice to capture the performance questions in a separate thread, so it could be addressed directly. Having said that, I looked at the disassembly, and may of the instructions are 16 bit, so two instructions could be fetched from flash…
Part Number: MSP432P401R Other Parts Discussed in Thread: BOOSTXL-EDUMKII Tool/software: Code Composer Studio During the process of some simple testing using the BOOSTXL-EDUMKII_JoyStick_MSP432P401R, I've encountered a strange issue with the IRQ handler…
Part Number: MSP432P401R Other Parts Discussed in Thread: BOOSTXL-EDUMKII
Tool/software: Code Composer Studio
Hello, I want to measure voltage via a potentiometer with a adc from MSP432P401R board.
For this thing I used " adc14_single_conversion_repeat_timera_source…