• malloc returns null i did initialize
    i initialised with init_mempool(0x8000,0x800); but when i call malloc it returns a null pointer why? resolutions?
  • Problem:- Calling a subroutine that did NOT return to original caller
    Hi all, I am cracking my head to see why Keil's uVision2 has this problem? Calling a subroutine callee on the first time, returned to the original Caller with no problem. Calling it 2nd time...
  • Setting an address to be zero
    Which of these set the address 0x0FFE000 to be equal to zero. 1) const int far zero _at_ 0x0FFE000 = 0; 2) const int far zero _at_ 0x0FFE000 = "0"; 3) const int far zero _at_ 0x0FFE000 = '0';...
  • problem with calloc()
    Hi. I'm having a small problem, when I use calloc() in my application the application wont start up, it never reach main. Are there some setting that I need to enable, or.. Hope somebody...
  • What the meaning of Zero Initialized data, ZI Data
    Can anyone tell me the meaning of Zero Initialized Data (ZI Data). Do they actually take up RAM maps. It would be best explained in practical point of view, ie is this global or local type of variable...