• How extern ram work
    Hi,im used project with 512k extern RAM,for 512bytes on-chip ram, can anyone show me any advice about this?
  • How to use External Ram
    I am student and study in AIT. I need example program of Keil-C for use External ram use with IC ADuC832 which address of my external ram has range an address at 0x00000 to 0x7FFFF (512KByte). I want...
  • How to write to external memory
    I was just simulating my code in Keil. When I write to external memory, I don't see anything happen in the memory window. I am using cypress FX2 as the chip. Here's my code: Just writing FF to location...
  • How to load an external file
    I want to read a bmp file to my program, how can I do that? Can I read it directly?
  • The extern and non-extern variables
    Hi, As I was in the progress of learning 8051(specifically F340 uC from Silabs) with Keil C51 compiler. I came across this extern variable. This is what happen, hope somebody can enlighten me: In...