• Can't resume PCI Express on Juno
    I am using Juno-R1 board with Linaro Release 16.02 Latest (juno-oe). I can put Juno into system suspend, but can't resume as it is the suspend state forever. Running the following command :      # echo...
  • How can I simulate STM32F051R8T6 on Proteus?
    Hello, I'm trying ot create firmware project for simulating STM32F051R8T6 but, I cant find its name under Cortex-M0 family. So, how can I import its configurations to Proteus?
  • About the skid problem in PMU overflow interrupt
    I asked a question about the PMU skid problem about half years ago ( https://community.arm.com/tools/dev-platforms/f/discussions/6986/about-the-interrupt-handling-in-gic), and i understand that the skid...
  • Default crt0.o startup for GCC - Cortex M0
    I am trying to write a bootloader that fits within a 4Kbyte space and I'm trying to keep the essential code as small as possible. However, with the standard default setup from the CMSDK Cortex M0 enviroment...
  • Is anyone having issues on Android with creating an EGL view in native code, then having crashes on suspend/resume?
    The problem seems to be in creating the EGL surface in Native code. We have a game that creates the EGL surface in Java that this is not happening on. Anyone else having this issue? EDIT: I've attached...