Part Number: AM263P4
Other Parts Discussed in Thread: AM2634, LP-AM263P, , LP-AM263
Hi,
I have two evaluation boards LP-AM263P and LP-AM263. I am running the same code on both boards and interestingly code executes faster on AM2634 processor than on AM263P4. both codes are running from RAM with slight difference. The difference is as follow:
| Processor | Executable Code Section Memory Location | Stack, Initialized, Uninitialized Data Section Memory Location |
| AM2634 | OCSRAM Bank 1 | OCSRAM Bank 3 |
| AM263P4 | OCSRAM Bank 1 | OCSRAM Bank 4 |
I have already updated the gel file for AM263P4 to initilize OCSRAM banks 4 and 5. Why the same code is running slower on AM263P4? Is there a different access time to OCSRAM banks 4 and 5 compared to banks 0 to 3? Or am I missing another configuration for AM263P$ to use banks 4 and 5?
Note: Unfortunately, I am not allowed to share the code. But I beleive you should be able to see the same behavior testing any code.
Thanks,
Pouya