• acces violation
    Hi, i work on ST10F168 with 1M*16bits external RAM. I declare it in start167.A66 and in option for target/external memory. But in debug mode when i write in it with *p, an error is generate : *** error...
  • 3d array acces bug
    Hello! I declared 3d array in my Keil project for lpc1788: volatile uint16_t db[16][128][3]. When I read members of the array db[x][y][z] with z < 1 there is no problem. But if I try to read members...
  • mcbstm32f400 external memory acces
    I've been trying to get the external memory on my board (mcbstm32f400) working, this is write data to it and read it, but to no succes. i've tried many 'solutions' given on the internet with no succes...
  • help for send the data fromm acc to some memory location
    dear sir, i had to wrote a program for send the data from acc..to some memory location. But these program doesnt compile it. so plz help me sir. here i have using keil version. thanking u
  • Writing to ACC with Code Optimization Level-9
    This article from Keil's support knowledge database shows that one can directly write to ACC from C51 code. http://www.keil.com/support/docs/1619.htm I would like to know if there are any rules...