• LED with button
    I am using the STM32 G031K8 ARM CORTEX-M0 + development board. I am writing my code in Assembly language. I want the LED to light up when I add an external button and press this button. I have adjusted...
  • What's happening if NMI is active (via a push-button) during µC (Cortex M4) start-up (power on)?
    Hi everyone, I need help about NMI that seems to freeze mu µC during power on. I use a cortex M4 ( K64 from NXP/Freescale ). On the board I use, the NMI is connected to a push button. If I don't...
  • 8051 cannot get serial port 1 to work
    @ work I am programming an extended 8051 softcore on a cyclone FPGA chip in C. The Keil website sent me here, so I hope I am asking in the right place. Our hardware has an additional POF (plastic optical...
  • Using the Stack in AArch64: Implementing Push and Pop
    As described in my last article , AArch64 performs stack pointer alignment checks in hardware . In particular, whenever the stack pointer is used as the base register in an address operand, it must...
  • Push/Pop in Cortex A55 64bit mode
    Hi, Is there any alternate instruction for push/pop since it is not supported in the cortex a55 (64 bit mode)? Currently I'm doing the stacking of the processor register manually using STP/LDP instructions...