• Problem about location of local variable in data memory
    I have problem about location of local variable in data memory. In my code void WRITE_RTC(uchar Dat,uchar Addr) { xxx=(RTC_ADDR|WRITE); Start(); Out_Byte(xxx); Out_Byte(Addr); Out_Byte(Dat...
  • Problem in accessing Data Memory using FVAR : Need HELP!!
    Hello! We have a DS80C400 based system. We have a CPLD which has chip-select based on some Address lines and PCE0#. The CPLD uses RD# and WR# lines instead of PSEN# and WR#. We have configured...
  • Problem about location of local variable in data memory
    I have problem about location of local variable in data memory. In my code void WRITE_RTC(uchar Dat,uchar Addr) { xxx=(RTC_ADDR|WRITE); Start(); Out_Byte(xxx); Out_Byte(Addr); Out_Byte(Dat...
  • Problem in accessing Data Memory using FVAR : Need HELP!!
    Hello! We have a DS80C400 based system. We have a CPLD which has chip-select based on some Address lines and PCE0#. The CPLD uses RD# and WR# lines instead of PSEN# and WR#. We have configured...
  • STM32f429: problem with using external SDRAM as an additional data memory
    Hi, I can read/write an external sdram using fmc in stm32f429. But working with address and read/write functions is not proper for my purpose. I want to introduce external sdram as if internal sram...