• Nested Virtualization Support
    Hi, I've been looking into the Nested Virtualization features (FEAT_NV, FEAT_NV2). However. I've noticed that even though the features have been defined for quiet some time, no ARM CPU seems to support...
  • cortex-m33 s-domain exception accessing virtual function
    Im getting a usage fault accessing a virtual function in my cortex m33 application. Accesses to functions in the base class seem fine CFSR = 0x0 [15:46:46:635] Stacked: ␍␊ [15:46:46:678] R0...
  • Virtual IRQ/FIQ exceptions with ARMv8 and no GIC
    Hello All, I had a couple of clarifications w.r.t the ARMv8 docs and Virtual IRQ/FIQ exceptions in conjunction with HCR.{IMO,FMO} bits and interrupt routing. A) Does this mechanism require a GIC or can...
  • Virtual IRQ/FIQ exceptions with ARMv8 and no GIC
    Hello All, I had a couple of clarifications w.r.t the ARMv8 docs and Virtual IRQ/FIQ exceptions in conjunction with HCR.{IMO,FMO} bits and interrupt routing. A) Does this mechanism require a GIC or can...
  • virtual com port using stm32l053r8 cube libaries in keil (via USB to virtual com port)
    how to display a string from stm32l053r8 nucleo using cube libraries in keilv5 (via USB to virtual com port) **************************************** code: if( HAL_ADC_Start(&hadc) != HAL_OK) return...