1. please give me a download link.(form arm.com?)
2. i want to use a assemble statement in c source file,
like this: asm(" xxxxx");
in tms570, exist the assemble statement, like ESTOP0, NOP, DINT, EINT in c28x?
thanx!
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.
1. please give me a download link.(form arm.com?)
2. i want to use a assemble statement in c source file,
like this: asm(" xxxxx");
in tms570, exist the assemble statement, like ESTOP0, NOP, DINT, EINT in c28x?
thanx!
Here's a link to the Cortex-R4F technical reference manual: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0363e/index.html
There is also a useful generic Cortex-R4F resource page that has links to other related information: http://www.arm.com/products/processors/cortex-r/cortex-r4.php
Link to the instruction ARM and Thumb2 instruction sets' quick reference card: http://infocenter.arm.com/help/topic/com.arm.doc.qrc0001m/QRC0001_UAL.pdf
The NOP instruction is indeed supported on the Cortex-R4F CPU. We will check on the other instructions and let you know.