Extend I/O memory over 4096

asivakov
2022-01-27
2022-01-28
  • asivakov - 2022-01-27

    Hello!

    I have big project with over 100 devices and each have 64 bytes in I/O.
    When I try to compile it, there is popups an error.
    Don't know how error sounds in english but on russian is:
    "Адрес '%QW2048' вне диапазона: Pассчитанный сдвиг: 4098, выделенный размер: 4096" - which means:
    "Address '%QW2048' out of range: calculated shift: 4098, dedicated size: 4096".

    I assume that I/O memory was exceed 4096 Bytes. Is there any way to extend this bound?

    Thanks.

     
  • asivakov - 2022-01-28

    Thank you, very much!

    Now I need to test all delays.

     

Log in to post a comment.