Hi,
Does anyone knows what is the difference between debugging in RAM or debugging in FLASH of KEIL IDE? Also in select target either in debug/release.
Thanks.
Keil have examples where you switch target to either build a flash version or a RAM version of their examples.
Yeah, I think you're referring to debug and release. So my question is, What is the difference of debug (RAM) and release (FLASH)?What happen to the code execution during debugging either you select one of these target?