• External ram demux
    Hi, I work on st10f168 with uVision2 V2.38 I want to control 2 1Mb * 8 bits external ram by EBC (external bus controller) in 16 bits demux mode. It s like a one chip ram 16 bits * 1Mb So i would declare...
  • using an external RAM with the ST10F168
    I'd like to know what i have to do in order to use 64k external RAM with the ST10F168. Thanks
  • BSL, execute in External Ram
    Dear all I use C167LM-CS, I want to download the Hex file to external Flash:amd29f400 in BSL. I have to excute a fucation in external Ram. How can I config the Keil to maks the Hex file which can excute...
  • uVision 4 External RAM Configuration Problem STM32f10x
    I am using a STM3210E-EVAL baord with uVision4 as my development tools. There are project configuration Options for the Target where "Read/Write Memory Areas" can be defined. For the STM3210E-EVAL...
  • External RAM memory tester program
    Hello, I am trying to check if addresses bus and data bus are well configured in my external RAM memory. I have done this algorithm #include <XC164.h> #define low_adress 0x400000; #define high_adress...