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.
I tried to simulate the instruction execution on Arduino nano 33 ble sense. So using Keil MDK, I selected nrf52480 as a device for simulation and used the initialization file to debug from the main function. But when I started debug session, the simulation stayed at the first line assembly code at the address 0x00000000. I doubted that I haven't set up the right value of CPU DLL and Dialog DLL. The default value of CPU DLL is "SARMCM3.DLL -MPU" and that of Dialog DLL is "DCM.DLL -pCM4". Very appreciate it if someone can answer my question.
I also tried to use JLINK EDU to debug Arduino nano 33 ble sense board. Using Keil MDK, I set up the "Device" as NRF52840_xxAA and use the real debugger JLINK EDU. But the problem is that the event counters, like CPICNT and LSUCNT, will overflow. I have checked the debugger configuration again and again but couldn't figure out where the problem is. Very appreciate it if someone could point at the problem. Thanks so much.