• 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...
  • 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...
  • 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...
  • uvision build/project configuration
    Hi, I am using uVision 5.11 using LPC open libraries. I have a project which has several build targets. I am trying to work out how to configure uVision to manage these builds. I am used to managing...
  • 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...