Change Note 2025-10-26

Better single core usage support.

Module Library lib/v3.0

Core Configuration

  • Better support the configuration to use only one core on multicore MCUs, allocating all SRAM to it (Config.NumCoresUsed).
  • Modules impacted, ie. use Config.NumCoresUsed, in lieu of MCU.NumCores
    • RuntimeErrors, RuntimeErrorsOut
    • Memory, MemoryExt
    • Kernel (v1 and v4)

Module Config

  • Add initial vector for NMI.

MCX-A346

  • Set core id in module Config in lieu of Main

Example Programs

  • Fix StacktrK2C1 and StacktrK2C2 (wrong IRQ number).
Updated: 2025-10-26