Jump to content

MrLearner

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MrLearner's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello, I have an issue trying to run the Zmod DAC 1411 demo program on the Ecylpse Z7 board. When we run it, we get an error stating that the buffer cannot be allocated. One of the issues we are having seems to be with this portion of the code: uint32_t* ZMODDAC1411::allocChannelsBuffer(size_t &length) { if(length > ZmodDAC1411_MAX_BUFFER_LEN) { length = ZmodDAC1411_MAX_BUFFER_LEN; } return (uint32_t *)ZMOD::allocDMABuffer(length * sizeof(uint32_t)); } Could anyone help us resolve this problem?
×
×
  • Create New...