We are using TMS320F28377D processor for our project and CCS version is 8.1.0.00011. with reference to datasheet SPRS880K,
The M1 RAM region ends at 0x0000 07FF and the Peripheral Registers starts from 0x0000 0B00, I would like to know the memory between (0x0000 07FF and 0x0000 0B00) these two locations comes under which type of RAM? Is it possible to protect this memory region from CPU write access?
My application configured stack from 0x0000 0000 to 0x0000 07FF and while do simulating stack overflow it keeps writing beyond 0x0000 07FF, so I would like to generate exception if it goes beyond the specified limit.
Thanks in advance.