• Causes for the below
    Hello! Can someone point out as to why the below are happening: 1. *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: XDATA SEGMENT: ?XD?_CMD_AUTOCAL_I?CALI LENGTH: 000013H I understand that there...
  • need understanding on keil coding
    hi everyone im new to keil............. ok i come across with this code on my research on keil coding and my c++ is very terrible so i want to understand the codding for better use some.... i hope u...
  • Question regarding "Debugging on Baremetal configuration startup cortex A-150"- I encounter the below mentioned error
    ERROR(COR118-TAD11-NAL20): ! Unable to determine if SVC was a semihosting call ! Failed to write 18 bytes to address S:0x80070018 ! Verify error on memory operation. I started debugging from entry point...
  • Understanding of code
    Can anyone explain the codes below, I am completely new to C, and I think there is some mistake in Code 1 Code 1 GLOBAL __main AREA Program, CODE, READONLY __main MOV R0, #625 ; input MOV R1...
  • plz help for below program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy XBYTE [0x1234] = 0x55; return; ...