• AT91EB55 Evaluation Board
    Here is what I am trying to do: Send Hello World out the serial port of the AT91EB55 Evaluation Board Here is what I have: I purchased the MDK-ARM kit and the AT91EB55 Evaluation Board. And...
  • AT91EB55 Evaluation Board
    Here is what I am trying to do: Send Hello World out the serial port of the AT91EB55 Evaluation Board Here is what I have: I purchased the MDK-ARM kit and the AT91EB55 Evaluation Board. And...
  • Cannot init heap using scatter file and C++ startup (Cortex-M4)
    Hello, I need help with heap initialization using scatter file and C++ startup. MCU is STM32F407VGT6 (Cortex-M4). Compiler is ARM Compiler 6.7, C++14. The problem is that all variables which I...
  • Cannot init heap using scatter file and C++ startup (Cortex-M4)
    Hello, I need help with heap initialization using scatter file and C++ startup. MCU is STM32F407VGT6 (Cortex-M4). Compiler is ARM Compiler 6.7, C++14. The problem is that all variables which I...
  • ARM startup file with scatter file heap/stack placement
    Hi, I am using: ARM Compiler/Assembler/Linker on Cortex-M0. Given the following template for startup.s: www.keil.com/.../startup_s_pg.html Stack_Size EQU 0x00000400 AREA STACK, NOINIT...