Other Parts Discussed in Thread: SYSBIOS
IDE: CCS-V9.2
Project: image_processing_openmp_evmc6678l(C:\ti\mcsdk_2_01_02_06\demos\image_processing\openmp\evmc6678l)
The plantform used by this example has the following settings:
I guess, 0x0c200000 is mapped to 0xa0200000 and cache is disabled.
And I did a simple test. When the data at the 0x0c200000 address was modified, the data at 0xa0200000 changed by the same amount.
I think this proves that I was right.
But to my confusion, I did not find the code for address remapping and disabling the cache for that segment of this address.
Can you tell me where this is done?
Looking forward to your reply.