• 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?
  • Why use Cortex-M7 dual-redundant core?
    Cortex-M7 has an parameter named "LOCKSTEP" which specifies whether the implementation is a dual-redundant core and uses lock-step. My question is: why do I need to implement the dual-redundant core...
  • IAR Compilation error
    Hi I am compiling below assembly language code for ARM Cortex M4 using IAR Workbench and getting error, could some one help me on this. calling BadWebConfig_Txt from C code. #define code_ADDRESS...
  • The easiest way to debug a lockup reset on Cortex M7
    In my Cortex M7 based project I am in a condition where often a reset takes place apparently for no reason. The only thing I can think of is that there has been a lockup. If I have a breakpoint at the...
  • M4/M0 dual core application. M0 fails to start
    Hello everyone, I have an LPC4337 running uCLinux. I'm trying to get code to run in the M0 in parallell. I load the code to 0x10080000, set the M0APPMEMMAP to 0x10080000, release the M0APP Reset and nothing...