Getting invalid ROM table notification while dumping Hex file into Arm K60 controller. Could you please tell me how to overcome this issue
What software do you use? Keil MDK/µVision or Arm Development Studio? Which debug interface (ULINK or dStream) do you use?
Usually, this message means that the debug connection does not work. A debugger usually reads the ROM Table at the beginning of a debug session or a Flash download to find out all the available CoreSight debug features for this device. These memory read accesses obviously don't work, or don't provide valid values.
Please play with the Connect and Reset options and try again.