• I really need this guys HELP!!!!!!!!!!!!!!!!!!!!!
    GUYS COULD YOU PLEASE HELP ME BY SENDING ME THE Motorola a956 Scatterfile for 2.3.4 i would be very gretful if you did.
  • What does the XTAL directive really mean?
    I am confused by the documentation. It states in the "Getting Started" book that the XTAL [directive in the Target dialog] specifies the CPU clock for my device. "In most cases this value is inentical...
  • C51 Bug: Bad allocation array.
    C51 COMPILER V7.04 Follow code genearated is bad: code struct { int i; union { char a; int b; } u; } test_array[][10] = { { {0, {0}}, } }; code char TESTCODE[] = {12,24,36...
  • C51 Bug: Bad allocation array.
    C51 COMPILER V7.04 Follow code genearated is bad: code struct { int i; union { char a; int b; } u; } test_array[][10] = { { {0, {0}}, } }; code char TESTCODE[] = {12,24,36,42}; TESTCODE...
  • Do I REALLY need a scatter file (and license ?)
    Hi all. I'm using CortexM3 (STM32F103VB) with Keil uVision3 v.3.85. I've developed my own bootloader allocated between 0x08000000 and 0x08001FFF. 4 bytes from 0x08002000 to 0x08002003 are used for...