• if func has $sub$func, what is the function pointer of func with armcc v5.01 for cortex-r5?
    extern void $Super$$func0(void); void $Sub$$func0(void) { sts = ftl_codebank_loadoverlay(_); $Super$$func0(); } void func0(void) { int a=0; a++; } extern void $Super$$func1(void); void...
  • func and func()
    Hi All, let a function prototype is : bit func(); Now if it is used as follows (inadvertently) then what would it do ?? Why not the complier throws an error ?? if (func) { ... ... } else...
  • func and func()
    Hi All, let a function prototype is : bit func(); Now if it is used as follows (inadvertently) then what would it do ?? Why not the complier throws an error ?? if (func) { ... ... } else...
  • Can't return from C func called from ASM
    Hello. I have an existing ASM progrom which I am going to convert, as needed, to C. I was succesful at overriding the UART interrupt function (in C). Now, in my main ASM loop I need to check for recieved...
  • Can't return from C func called from ASM
    Hello. I have an existing ASM progrom which I am going to convert, as needed, to C. I was succesful at overriding the UART interrupt function (in C). Now, in my main ASM loop I need to check for recieved...