• unused memory areas are not zero?
    Parts of the address area where are not used by the application are not zero (0x00000000)? e.g. memory areas for CS signals, which were not used? best regards Joe
  • unused memory areas are not zero?
    Parts of the address area where are not used by the application are not zero (0x00000000)? e.g. memory areas for CS signals, which were not used? best regards Joe
  • REMOVING UNUSED CODE SEGMENTS
    Hello, I am using a third part library and from map file I notice that I include some code of unused functions in my applycation. Do you know how I can remove these functions? And their associated...
  • REMOVING UNUSED CODE SEGMENTS
    Hello, I am using a third part library and from map file I notice that I include some code of unused functions in my applycation. Do you know how I can remove these functions? And their associated...
  • Default 0xFF in unused flash memory (MOV R7,A)
    C8051F360 It has recently occured to me that the default instruction 0xFF that exists in all un-used flash memory is not a NOP instruction. I understand that flash memory just works that way...