Hi,
Does the CPU refer to byte-aligned when instructions fecth? If the instruction addresses are misaligned, whether errors such as "bus error" will be reported during operation and blocked the program execution?
BR
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.
Hi,
Does the CPU refer to byte-aligned when instructions fecth? If the instruction addresses are misaligned, whether errors such as "bus error" will be reported during operation and blocked the program execution?
BR
Hello,
C28x is a little-endian, natively 16-bit processor. Memory is read in (written to) 16-bits at a time. Please refer to www.ti.com/lit/SPRU430 for more information.