• Dual core cortex-m7 for security applications
    Why nobody offers a dual core cortex-m7 solution for security applications, even if the lockstep functionality is provided?
  • How to build an application for dual core(M4+M0) MCU?
    Hello I'm using Cortex-M3, and because of speed and peripherals, I want to use a dual core MCU. I realized I have to write two separate code and make two separate executable file. But I don't know how...
  • STM32H745 dual-core debugging with IAR toolchain
    Hi All! I am working on STM32H745 dual-core controller and IAR Embedded Workbench for ARM toolchain V8.40.1 for development. I have completed all my work on individual core test and debugging with...
  • Question about application of PendSV
    Reading jyiu book on Cortex-M4 and general information about usage of PendSV exception type. One application highlighted is of context switching in the RTOS wherein on a Systick timer interrupt, instead...
  • Question about bit-banding for Tiva M4 core
    Hi, I read example projects of Tiva-C 1294. There are many similar uses '    GPIOPinWrite(GPIO_PORTH_BASE, GPIO_PIN_2, GPIO_PIN_2);' The prototype is : extern void GPIOPinWrite(uint32_t ui32Port, uint8_t...