This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil µVision support for fpga-driven arm?

Hello,

can you tell me if it is possible in uVision to debug a "customized" cortex-M33 arm cpu without integrated flash?
Since the sub-system ist customized, it has some ROM area which is not writable directly but is used as startup-section.

The problem is, that with ROM address settings set-up for the linker, the debugger tries to write ROM (which fails of course) and ends the debug session without any options.

we can write into rom via an specific address offset to test ROM functionality. But it does not seem to work under uVision.

Is it possible to circumvent that problem and start a debug session with that target?

regards