• Dual core debug of NXP LPC4000
    I am referring to this article: http://www.keil.com/pr/article/1227.htm I was wondering why there is no support for a single session (Keil window) debug? Why do I have to open two windows, why can...
  • Dual-core debugging in DS
    It is possible to make a single project for two-core MCU such as STM32H7, and to debug both cores simultaneously? As far as I can see just now, in DS I must select only one of two cores when I create...
  • CMSIS Dual-Core semaphore
    Hi, Does someone know if it is possible to implement shared semaphores within dual-core architecture using CMSIS library. I am working with a LPC4337 dual-core and need to access the same peripheral...
  • Dual-core tutorial
    Hello, I'm looking for a tutorial or lecture or anything that can get me started with writing a dual-core application for an M4-M0 dual core processor such as NXP's LPC4357. I don't want to use RTOS...
  • How to detect LPC4357 if in debug mode?
    How to detect the LPC4357(Cortex M4) is running in debug mode? I mean run the code via Keil Ulink-ME. Is there any register can be used to check?