Other Parts Discussed in Thread: SYSCONFIG
Hello,
I join a short and simple project for this question.
In a first version, this programm simply uses the EPWM1 interrupt to force the Start of Conversion of ADCA.
Everyting is fine, but this solution is not elegant.
So I put away the ADC_forceSOC in the interrupt, and prefer
- to ask to EPWM2 module to generate SOCA Trigger
- to ask to ADCA Module to be triggered by SOCA of PWM2
Not only I never enter in the ADC Interrupt, but I even cannot run the debug mode:
Please note the message:
C28xx_CPU1: If erase/program (E/P) operation is being done on one core, the other core should not execute from shared-RAM (SR) as they are used for the E/P code. Also, CPU1 will be halted to determine SR ownership for the CPU which will run the Flash Plugin code, after which CPU1 will be set to run its application. User code execution from SR could commence after both flash banks are programmed.
C28xx_CPU1: AutoRun: Target not run as breakpoint could not be set: Error enabling this function: This task cannot be accomplished with the existing
Can somebody help me ? This problem is critical for us. Thank you