开发者

cortex-a

0
  • cortex a9 boot and memory

    I am a newbie starting out in micro-controller programming. The chip of interest here is cortex-a9. At reset or power up there has to be code at 0x0000000 from my readings. My questions though they ma[详细]

    2023-03-20 13:51 分类:问答
  • usage of PLD in arm cortex a9

    I a开发者_高级运维m trying to use PLD instruction. The problem I am facing is as follows: int32_t addr[10];[详细]

    2023-02-16 05:03 分类:问答
  • ARM Thumb mode: Code Size not decreasing

    Guys, I have a project which I have compiled for the ARM Cortex-A8 processor. I\'m making use of GCC to do this. Currently the size of my executable is 220.1 KB. Now I modify my makefile and I add the[详细]

    2023-01-23 11:34 分类:问答
  • How to catch ESC key press with WndProc?

    How to catch an ESC KeyPress using WndProc?开发者_开发问答Another option (for forms): protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m)[详细]

    2022-12-23 21:16 分类:问答