October 16, 2023 at 11:18 AM #1 Dear Segger Experts,The Jlink would report error when I set the CPU = CORTEX_R52.If I want to support Cortex-R52, how to the CPU value in the Jlinkscript?Thanks in advance!Gavin
October 16, 2023 at 3:07 PM #2 Hi Gavin,I had a quick look at this. CORTEX_R52 is currently not pre-defined.I will forward this internally.For now you can use the magic value instead: Code JLINK_CPU = 0x1404FFFF Note:JLINK_CPU and CPU refer to the same variable.BRFabian
October 17, 2023 at 3:02 AM #3 Hi Fabian,Thanks for your quick reply.You could close this thread.BR,Gavin