• Keil __arm unrecognised
    Hello, i try to do the examples from the "Insider's Guide to the PHILPS ARM73" by the example 3 the compiler reports: main.c(31): error: #130: expected a "{" main.c(41): error: #130: expected a...
  • for the project purpose
    I'm able to send AT commands to GSM modem, but i am not able interface my 8051 to GSM model. can i get sample inerfacing code for 8051 micro controller.
  • ## Macro
    Hi, I am use the ## as follows #define ADC_SRV_DEV 1 #define ADCCON(dev, chan, reg) AD##dev##CON##chan##reg then when I give ADCCON(ADC_SRV_DEV, 1, bits.FORM) = 3; // this is equavalent...
  • MACRO
    Hello, May I know if the code as shown below works? -------------------------------------------- #pragma src void main(void){ #pragma asm myMacro MACRO MOV R1, #01 MOV R2, #02 MOV R3,...
  • What is the purpose of using "__aeabi_unwind_cpp_pr0" ?
    Dear all I came across the below .S file when I'm googling for looking a example of startup code. ////////////////////////////////////////////////////// .section .text .globl main0 .globl...