Hi Chenyin.
I am taking a different approach by using the low level API OsIf_Timer_System_Internal_Systick.
It works fine.
I have a different query regarding the DDR0 External RAM.
I want to place a part of my code in DDR0 i.e., ORIGIN = 0x80000000, LENGTH = 0x40000000 (1GB).
But when my code tries to access this address, it crashes.
What could be the reason? How to initialize the DDR memory and work with it from Cortex - M7 point of view?
Thank you.
BR
Arun