2020-04-26 05:22 PM
Hello.
I'd like to activate the Debug viewer for Cortex-M0. (STM32f030R8)
I follow the instruction. (I attached the instruction file that I did.)
but it did not work.
The full code is also attached.
Please review all things and let me know what i should do.
Thank you very much for reading.
Sincerely,
Daseseong Yun.
2020-04-27 01:52 AM
Hi,
The Event recorder of Keil requires to reserve a no-initialize memory block. Otherwise the EVR won't work.
They have app.note on their site.
Basically, it can be 0.5...1KB at top of the RAM.
This become mandatory only since v 5.26 (IIRC) so older guides do not mention this.
-- pa