Part Number: MSP430FR5994
Tool/software: Code Composer Studio
Dear Wei.Jetim Zhao and Mitch Ridgeway,
I just want to give a feedback about my programming trouble and close my open questions:
Fist I find out that my workspace is corrupting over the time and mixture of different Microcontroller types. I setup new workspaces with just one type of micro and all of my debugging artifacts are gone.
Second, I’ve activated IRQ of ADC-Module, while using DMA for data transfer. It seems that the micro and the debugger cannot handle the interruption of the ADC interrupt service routine by the DMA routine. Now I stop/disable ADC ISR before I use the DMA for ADC reads and it works well.
Uff done now
Best wishes
Volker