This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents Reply Children
  • Hi this is really not important,
    since the startup is very good explained by commends.
    Take a copy in your project folder - open the
    startup file and look for example at

    $SET (BUSCON1 = 0)
    There you will find , that you have to set to 1 to initialize the BUSCON1 register.
    At this section you find e.g.
    _BTYP1 EQU 2 what you have to set to
    _BTYP1 EQU 3
    for 16 bit multiplexed bus.
    Do so for all settings.
    May be it takes a while the first time but you can nearly exact match all your needs here.
    Hope this helps, since I can not explain here all settings of the startup. Stefan