We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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