• unable to write and read an alphabet from location (0xFF01) & then increment the location
    I am using 16x2 lcd display and C8051F120 kit.I am using keil compiler.I have taken an array of size 26 as p[26]={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z} I want to select an alphabet...
  • hex file address order
    When I create a hex file for a C file the addresses are not in order. Is there an option in uVision to make sure they are in order? The addresses are fine when I use an assembly file.
  • Scatter file ordering of BSS and ZI
    I am using MDK-ARM V4.70 and have a scatter file that works OK but I have an external RAM execution region which is something like: RW_ERAM1 0x60000000 0x10000 { module1.o (+ZI, +RW) module2...
  • Clear Project File List
    In uV4 under the Projects tab there is a list of previously opened projects. 1. This list seems to add projects in a random fashion. For example, if I open a project, and later close it. It often...
  • assembler order
    What means this line in assembler? __user_libspace: 0x10000AE0 ES813Bf3 ADD R3, R1, #0x0001CC00 instruction at the addr 0x10000AE0 called a ADD order to add value in R1 to R3 - but what about...