This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The EVM board we use is Delfino TMS320F28379D controlCARD. Our goal is to speed up the ADC reading speed in the CLA program, so we rewrite the program into Assembly code for execution. The program is written using driverlib. I want to move the SOC0 of ADCARESULT to The variable I specified is currently written like this: asm(“MMOVZ16 MR0, @ADCARESULT_BASE”); But @ADCARESULT_BASE cannot be compiled. How can I specify the adcresult register directly in the assembly code wrapped by the ASM instruction.
Hi,
You need to include the header file in the asm file
.cdecls C, LIST, "inc/hw_memmap.h"
Regards,
Veena